Skip to content

Commit

Permalink
chore: ignore publish to choco on prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jul 13, 2020
1 parent 638cc82 commit a022b85
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 @@ -177,7 +177,7 @@ jobs:
name: Publish app on Chocolatey
runs-on: windows-latest
needs: [publish-non-linux]
# if: ${{ secrets.CHOCO_API_KEY }}
if: ${{ !contains(github.ref, '-') }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit a022b85

Please sign in to comment.