Skip to content

Commit 8818218

Browse files
fix: remove --latest flag from release creation
Since there will be multiple releases for different modules, we shouldn't mark each one as the latest release. Co-authored-by: matifali <[email protected]>
1 parent d73ff08 commit 8818218

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,4 @@ jobs:
135135
run: |
136136
gh release create "$TAG_NAME" \
137137
--title "$RELEASE_TITLE" \
138-
--notes "$CHANGELOG" \
139-
--latest
138+
--notes "$CHANGELOG"

0 commit comments

Comments
 (0)