Skip to content

Commit

Permalink
Handle prerelease tags in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Mar 28, 2022
1 parent b51bc1d commit 7cb4e92
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 @@ -124,7 +124,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
prerelease: ${{ contains(github.ref, '-') }}
files: |
anystream-server/server-app/build/distributions/*.zip
anystream-server/server-app/build/distributions/*.tar

0 comments on commit 7cb4e92

Please sign in to comment.