Skip to content

Commit

Permalink
ci: Dont mark as latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 25, 2024
1 parent d096d07 commit 43490e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
artifacts: builds/*
artifactErrorsFailBuild: true
body: ${{ steps.build.outputs.changelog-entry }}
makeLatest: true
makeLatest: false
prerelease: ${{ contains(github.ref_name, '-alpha') || contains(github.ref_name, '-beta') || contains(github.ref_name, '-rc') }}
skipIfReleaseExists: true

0 comments on commit 43490e6

Please sign in to comment.