Skip to content

Commit

Permalink
Fix broken prerelease tagging (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jul 9, 2021
1 parent a846a72 commit a415d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ jobs:
with:
draft: false
files: ${{ steps.package.outputs.archive }}
prerelease: ${{ steps.is_prerelease.outputs.value }}
prerelease: ${{ steps.is_prerelease.outputs.value }} != 'release'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a415d1b

Please sign in to comment.