We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27302f8 commit 6ad6432Copy full SHA for 6ad6432
.github/workflows/nuget.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Pack .nupkg (Pre-Release)
25
if: ${{ github.event_name == 'push' }}
26
- run: dotnet pack -c Release -o dist --version-suffix "${{ github.sha }}"
+ run: dotnet pack -c Release -o dist --version-suffix "git-${{ github.sha }}"
27
28
- name: Publish to NuGet
29
run: dotnet nuget push dist\* --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments