Skip to content

Commit

Permalink
chore(ci): fix prerelease detection
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 24, 2021
1 parent 23140f0 commit 4819090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ jobs:
name: '${{ env.TAG_NAME }}'
tag: '${{ env.TAG_NAME }}'
token: '${{ secrets.GITHUB_TOKEN }}'
prerelease: '${{ github.ref == "refs/heads/next" }}'
prerelease: ${{ github.ref == 'refs/heads/next' }}

0 comments on commit 4819090

Please sign in to comment.