Skip to content

Commit 01728ba

Browse files
authored
Update publish.yml
1 parent 23d3621 commit 01728ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
SLACK_WEBHOOKS_URL: ${{ secrets.SLACK_WEBHOOKS_URL }}
4242
run: |
4343
curl -X POST -H 'Content-type: application/json' --data '{
44-
"text": "📦 NuGet package version *${{ env.new_build }}* has been published to NuGet Packages."
44+
"text": "📦 *Initium* package *v${{ env.new_build }}* has been published to NuGet Packages."
4545
}' $SLACK_WEBHOOKS_URL
4646
4747
- name: Push to GitHub NuGet

0 commit comments

Comments
 (0)