Skip to content

Commit

Permalink
Use encrypted secret
Browse files Browse the repository at this point in the history
  • Loading branch information
SIkebe authored Feb 22, 2022
1 parent 3cbbeee commit 7614f5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
run: .\build.ps1 --target Pack
shell: pwsh
- name: Push
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: .\build.ps1 --target Publish
shell: pwsh

0 comments on commit 7614f5d

Please sign in to comment.