Skip to content

Commit

Permalink
fix: setting prerelease flag for release candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanti committed Sep 12, 2024
1 parent a08ae78 commit d5749b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
prerelease: ${{ contains(github.ref_name, 'rc') }}

build-release:
name: Build release
Expand Down

0 comments on commit d5749b8

Please sign in to comment.