Skip to content

Commit

Permalink
Poprawka w skrypcie publikującym
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmatys committed Aug 3, 2023
1 parent 373c132 commit e505c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
continue-on-error: false

- name: 🚀 Push new nuget package
run: dotnet nuget push ./artifacts/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push ./artifacts/REGON.${{ github.ref_name }}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit e505c60

Please sign in to comment.