We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47a20a commit 240f0a6Copy full SHA for 240f0a6
.github/workflows/master.yml
@@ -29,4 +29,4 @@ jobs:
29
- name: Publish to GitHub
30
run: |
31
dotnet tool install -g gpr --no-cache -v q
32
- gpr push "artifacts/*.nupkg" -k ${{ secrets.GH_DEPLOY_KEY }} || true
+ gpr push "artifacts/*.nupkg" -k ${{ secrets.GH_DEPLOY_KEY }}
0 commit comments