Skip to content

Commit 4923e07

Browse files
committed
Fix one too many nuget package being build
1 parent d1997dd commit 4923e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/punlishnuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet test -c Release --no-restore --no-build
3535

3636
- name: Create package
37-
run: dotnet pack -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}"
37+
run: dotnet pack ${{ github.event.repository.name }} -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}"
3838

3939
- name: Publish
4040
run: dotnet nuget push **\*.nupkg -s 'https://api.nuget.org/v3/index.json' -k ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)