Skip to content

Commit dd1e04e

Browse files
Update softprops/action-gh-release action to v2.3.4
1 parent 44ba08b commit dd1e04e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
zip -r $OUTPUT base65536
9494
9595
- name: pre-release
96-
uses: softprops/[email protected].3
96+
uses: softprops/[email protected].4
9797
if: "! startsWith(github.ref, 'refs/tags/')"
9898
with:
9999
tag_name: nightly-${{ github.sha }}
@@ -103,7 +103,7 @@ jobs:
103103
${{ matrix.output }}
104104
105105
- name: tagged-release
106-
uses: softprops/[email protected].3
106+
uses: softprops/[email protected].4
107107
if: startsWith(github.ref, 'refs/tags/')
108108
with:
109109
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)