Skip to content

Commit 6ad6432

Browse files
committed
apparently nuget does not like suffixes starting with numbers
1 parent 27302f8 commit 6ad6432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Pack .nupkg (Pre-Release)
2525
if: ${{ github.event_name == 'push' }}
26-
run: dotnet pack -c Release -o dist --version-suffix "${{ github.sha }}"
26+
run: dotnet pack -c Release -o dist --version-suffix "git-${{ github.sha }}"
2727

2828
- name: Publish to NuGet
2929
run: dotnet nuget push dist\* --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)