Skip to content

Commit 830982e

Browse files
castrojohanthor
andauthored
chore(ci): set prerelease to false in release workflow (#3063)
Co-authored-by: James Reilly <jreilly1821@gmail.com>
1 parent 932b36f commit 830982e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
tag_name: ${{ steps.generate-release-text.outputs.tag }}
6262
body_path: ./changelog.md
6363
make_latest: ${{ matrix.version == 'stable' }}
64-
prerelease: ${{ matrix.version != 'stable' }}
64+
prerelease: false

0 commit comments

Comments
 (0)