Skip to content

Commit

Permalink
Don't create github prereleases, we use rc for local versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 4, 2024
1 parent 04219b2 commit 86dba5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
target_commitish: ${{ github.head_ref || github.ref }}
generate_release_notes: true
draft: false
prerelease: ${{ needs.check_if_version_upgraded.outputs.is_pre_release == 'true' }}
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 86dba5a

Please sign in to comment.