Skip to content

Commit

Permalink
Mark tags that start with v as releases (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jul 2, 2020
1 parent 7384307 commit cea4a16
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 @@ -112,6 +112,6 @@ jobs:
with:
draft: false
files: ${{ steps.package.outputs.archive }}
prerelease: true
prerelease: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cea4a16

Please sign in to comment.