Skip to content

Commit f12f274

Browse files
committed
ci: publish full releases (not prerelease)
1 parent bbcf337 commit f12f274

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
with:
6363
tag_name: ${{ steps.ver.outputs.tag }}
6464
name: MultistageOptimizer ${{ steps.ver.outputs.tag }}
65-
prerelease: true
65+
prerelease: false
66+
make_latest: true
6667
generate_release_notes: true
6768
files: ${{ steps.pkg.outputs.zip }}

0 commit comments

Comments
 (0)