Skip to content

Commit

Permalink
Use v2 of softprops/action-gh-release
Browse files Browse the repository at this point in the history
The v2.2.0 release of the action introduced a bug:
softprops/action-gh-release#555

This commit changes the version used to v2, instead of the more specific
v2.2.0 as suggested in another issue:
softprops/action-gh-release#556

Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
  • Loading branch information
lcarva committed Jan 6, 2025
1 parent 03c7875 commit 2378fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
git push -f --tags
- name: Rolling release
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2
with:
make_latest: true
name: Rolling release
Expand All @@ -173,7 +173,7 @@ jobs:
files: dist/*

- name: Versioned release
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2
with:
make_latest: false
name: ${{ steps.add_tags.outputs.tag_name }}
Expand Down

0 comments on commit 2378fc6

Please sign in to comment.