Skip to content

Commit

Permalink
chore: Update release workflow to exclude beta prerelease flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jun 18, 2024
1 parent bbe9d62 commit 3338cc8
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 @@ -204,7 +204,7 @@ jobs:
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: ${{ needs.pre_build.outputs.release_tag }}
prerelease: ${{ github.event.inputs.beta == 'true' }}
prerelease: false
title: 'Snowball ${{ needs.pre_build.outputs.release_tag }} Release'
files: |
snowball-linux-x86_64.tar.gz
Expand Down

0 comments on commit 3338cc8

Please sign in to comment.