We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1274ca9 commit be4e014Copy full SHA for be4e014
.github/workflows/release.yml
@@ -35,6 +35,6 @@ jobs:
35
changelog_file: src/docs/changes/README.md
36
release_notes_file: RELEASE_NOTES.md
37
- name: Create release
38
- run: gh release create ${{ github.ref_name }} --notes-file RELEASE_NOTES.md
+ run: gh release create ${{ github.ref_name }} --latest=false --notes-file RELEASE_NOTES.md
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments