Skip to content

Commit 87493eb

Browse files
authored
Auto merge! (merge-pr-in-all)
Update softprops/action-gh-release action to v2.3.2
2 parents 6ed190d + 487ddba commit 87493eb

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.3.0
91+
uses: softprops/action-gh-release@v2.3.2
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.3.0
101+
uses: softprops/action-gh-release@v2.3.2
102102
if: startsWith(github.ref, 'refs/tags/')
103103
with:
104104
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)