We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c0cb4 commit d434107Copy full SHA for d434107
.github/workflows/build-and-publish.yml
@@ -1,4 +1,5 @@
1
name: Build and Publish
2
+run-name: Version 12.1.${{ github.run_number }} (${{ github.event.head_commit.message }})
3
4
on:
5
push:
@@ -49,4 +50,4 @@ jobs:
49
50
- name: Publish to GitHub registry
51
# if it is a merge to default branch
52
if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
- run: dotnet nuget push *.nupkg --source https://nuget.pkg.github.com/${{github.repository_owner}}/index.json --api-key ${{ secrets.GITHUB_TOKEN }}
53
+ run: dotnet nuget push *.nupkg --source https://nuget.pkg.github.com/${{github.repository_owner}}/index.json --api-key ${{ secrets.GITHUB_TOKEN }}
0 commit comments