There was an error while loading. Please reload this page.
1 parent d1997dd commit 4923e07Copy full SHA for 4923e07
.github/workflows/punlishnuget.yml
@@ -34,7 +34,7 @@ jobs:
34
run: dotnet test -c Release --no-restore --no-build
35
36
- name: Create package
37
- run: dotnet pack -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}"
+ run: dotnet pack ${{ github.event.repository.name }} -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}"
38
39
- name: Publish
40
run: dotnet nuget push **\*.nupkg -s 'https://api.nuget.org/v3/index.json' -k ${{secrets.NUGET_API_KEY}}
0 commit comments