Skip to content

Commit

Permalink
Don’t set a new release as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kg8m committed Nov 16, 2024
1 parent d8d4455 commit c43215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: gh release create
run: gh release create "${{ github.ref_name }}" --generate-notes
run: gh release create "${{ github.ref_name }}" --generate-notes --latest=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 5

0 comments on commit c43215f

Please sign in to comment.