Skip to content

Commit

Permalink
fixed release
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Jan 16, 2021
1 parent d1523d6 commit 0bbe262
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 @@ -54,7 +54,7 @@ jobs:
echo "" | Out-File documentation\NEXT_RELEASENOTES.txt -NoNewLine
- name: Publish package
run: nuget push package\*.nupkg
run: dotnet nuget push package\*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

- name: Commit RELEASENOTES and documentation api
run: |
Expand Down

0 comments on commit 0bbe262

Please sign in to comment.