Skip to content

Commit 915295d

Browse files
committed
Set snapshot release to "latest"
See relevant docs at https://github.com/softprops/action-gh-release?tab=readme-ov-file#-customizing It's necessary to remove the "prerelease" option since a prerelease build can't be designated as the latest. (I was hoping to prevent the rolling release from being pushed down the page every time a new release is created, but it looks like that's still happening. It seems reasonable to designate the rolling release as the latest, so let's keep this change anyhow.) Ref: https://issues.redhat.com/browse/EC-602
1 parent 477c88b commit 915295d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- name: Rolling release
176176
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
177177
with:
178-
prerelease: true
178+
make_latest: true
179179
name: Rolling release
180180
body: Stable rolling release. Version can be determined by running `ec version`.
181181
tag_name: snapshot

0 commit comments

Comments
 (0)