Skip to content

Commit

Permalink
build: correct nuget api key
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Apr 28, 2023
1 parent 2364227 commit 13f585f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
# we can deploy.
- name: Publish
run: nuget push ./artifacts/packages/*.nupkg -Source 'https://api.nuget.org/v2/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
if: ${{ steps.release.outputs.release_created }}

# temporarily always publish to test new api key
# if: ${{ steps.release.outputs.release_created }}

0 comments on commit 13f585f

Please sign in to comment.