Skip to content

Commit

Permalink
Fix a small issue in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Mar 3, 2021
1 parent 1ab942e commit 6f65583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
run: |
./publish.ps1 -GalleryApiKey $env:NUGET_KEY
./publish.ps1 -GalleryApiKey $env:NUGET_KEY

0 comments on commit 6f65583

Please sign in to comment.