Skip to content

Commit 6833b26

Browse files
Update softprops/action-gh-release action to v2.5.2
1 parent bfd57f0 commit 6833b26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
PATH="./bin/:$PATH" ./build.sh
3737
3838
- name: pre-release
39-
uses: softprops/action-gh-release@v2.5.0
39+
uses: softprops/action-gh-release@v2.5.2
4040
if: "! startsWith(github.ref, 'refs/tags/')"
4141
with:
4242
tag_name: "latest"
@@ -47,7 +47,7 @@ jobs:
4747
resources.tar
4848
4949
- name: tagged-release
50-
uses: softprops/action-gh-release@v2.5.0
50+
uses: softprops/action-gh-release@v2.5.2
5151
if: startsWith(github.ref, 'refs/tags/')
5252
with:
5353
prerelease: false

0 commit comments

Comments
 (0)