Skip to content

Commit

Permalink
ci: set intellij release makeLatest to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes committed Oct 13, 2024
1 parent 56a5ce3 commit e738ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-intellij.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
with:
allowUpdates: true
prerelease: ${{ env.STABLE_RELEASE == 'false' }}
makeLatest: ${{ env.STABLE_RELEASE == 'true' }}
makeLatest: false
tag: ${{ github.ref_name }}
removeArtifacts: true
artifacts: "clients/intellij/build/distributions/intellij-tabby-signed.zip"

0 comments on commit e738ac3

Please sign in to comment.