Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoroz committed Nov 20, 2022
1 parent da54fc8 commit 9305c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: dotnet pack ./**/WanaKanaShaapu.csproj -c Release /p:Version=${{ github.event.release.tag_name }} /p:PackageReleaseNotes="See release notes at https://github.com/kmoroz/WanaKanaShaapu/releases/tag/${{ github.event.release.tag_name }}"

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

0 comments on commit 9305c10

Please sign in to comment.