Skip to content

Commit 5222342

Browse files
Update softprops/action-gh-release action to v2.3.0
1 parent 5d58831 commit 5222342

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
@@ -88,7 +88,7 @@ jobs:
8888
zip -r $OUTPUT http-clock
8989
9090
- name: pre-release
91-
uses: softprops/action-gh-release@v2.2.2
91+
uses: softprops/action-gh-release@v2.3.0
9292
if: "! startsWith(github.ref, 'refs/tags/')"
9393
with:
9494
tag_name: nightly-${{ github.sha }}
@@ -98,7 +98,7 @@ jobs:
9898
${{ matrix.output }}
9999
100100
- name: tagged-release
101-
uses: softprops/action-gh-release@v2.2.2
101+
uses: softprops/action-gh-release@v2.3.0
102102
if: startsWith(github.ref, 'refs/tags/')
103103
with:
104104
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)