Skip to content

Commit be4e014

Browse files
committed
Don't set 8.x release as the latest
1 parent 1274ca9 commit be4e014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
changelog_file: src/docs/changes/README.md
3636
release_notes_file: RELEASE_NOTES.md
3737
- name: Create release
38-
run: gh release create ${{ github.ref_name }} --notes-file RELEASE_NOTES.md
38+
run: gh release create ${{ github.ref_name }} --latest=false --notes-file RELEASE_NOTES.md
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)