Skip to content

Commit 1cf5d9a

Browse files
authored
Auto merge! (merge-pr-in-all)
Update softprops/action-gh-release action to v3
2 parents 99d5b18 + 01c477d commit 1cf5d9a

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.6.1
39+
uses: softprops/action-gh-release@v3.0.0
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.6.1
50+
uses: softprops/action-gh-release@v3.0.0
5151
if: startsWith(github.ref, 'refs/tags/')
5252
with:
5353
prerelease: false

0 commit comments

Comments
 (0)