Skip to content

Commit

Permalink
test new prerelease flag
Browse files Browse the repository at this point in the history
  • Loading branch information
heclak committed May 11, 2020
1 parent 7a71b6d commit 78330a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
prerelease: contains(env.RELEASE_VERSION, 'beta')
- name: Upload Release Asset
id: upload-release-asset
uses: actions/[email protected]
Expand Down

0 comments on commit 78330a5

Please sign in to comment.