Skip to content

Commit 77cec6e

Browse files
authored
Auto merge! (merge-pr-in-all)
Update softprops/action-gh-release action to v2.4.2
2 parents c7c7809 + d338e30 commit 77cec6e

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].1
96+
uses: softprops/[email protected].2
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].1
106+
uses: softprops/[email protected].2
107107
if: startsWith(github.ref, 'refs/tags/')
108108
with:
109109
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)