Skip to content

Commit

Permalink
should fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SchroterQuentin committed Dec 4, 2023
1 parent d849f9e commit 7f04364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
# Publishing with tag name as version
- name: Publishing to NuGet 🚀
run: |
cd src/${{ matrix.folder}}/bin/Debug
cd src/${{ matrix.folder}}/bin/Release
dotnet nuget push ${{matrix.folder}}.${{ github.ref_name}}.nupkg -k ${{ secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json

0 comments on commit 7f04364

Please sign in to comment.