Skip to content

Commit

Permalink
Stop setting the release as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinHDev committed Dec 10, 2024
1 parent 095084a commit 9447c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/PostReleaseScripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,8 @@ jobs:
omitBodyDuringUpdate: true
omitDraftDuringUpdate: true
omitPrereleaseDuringUpdate: true
# The default behavior of this action is to determine the release by the version number.
# We don't want this behavior, as releases created as draft or pre-release won't be updated in that regard and therefore result in
# unconsistent behavior when creating normal releases vs. draft or pre-releases.
makeLatest: false
artifacts: "${{ github.workspace }}/build-files.zip,${{ github.workspace }}/existing-terms-and-definitions.zip"

0 comments on commit 9447c97

Please sign in to comment.