Skip to content

Commit 2f39457

Browse files
committed
Make it so snapshot release is always "latest"
In commit 33af162 PR #1578 there was an unintentional side-effect of changing which release was designated as "latest" in GitHub. Let's undo the unintentional change. Followup to a followup of... Ref: https://issues.redhat.com/browse/EC-602
1 parent e091aca commit 2f39457

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
- name: Versioned release
178178
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
179179
with:
180+
make_latest: false
180181
name: ${{ steps.add_tags.outputs.tag_name }}
181182
tag_name: ${{ steps.add_tags.outputs.tag_name }}
182183
generate_release_notes: false

0 commit comments

Comments
 (0)