Skip to content

Commit a9a10c2

Browse files
authored
Auto merge! (merge-pr-in-all)
Update softprops/action-gh-release action to v2.5.3
2 parents 082484e + 051aa63 commit a9a10c2

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
@@ -93,7 +93,7 @@ jobs:
9393
zip -r $OUTPUT base32768
9494
9595
- name: pre-release
96-
uses: softprops/action-gh-release@v2.5.0
96+
uses: softprops/action-gh-release@v2.5.3
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/action-gh-release@v2.5.0
106+
uses: softprops/action-gh-release@v2.5.3
107107
if: startsWith(github.ref, 'refs/tags/')
108108
with:
109109
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)