Skip to content

Commit ee049dc

Browse files
Bump softprops/action-gh-release to v2 (#4070)
1 parent bf9807c commit ee049dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ jobs:
606606
folder: gh-pages
607607
single-commit: true
608608
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
609-
- uses: softprops/action-gh-release@v1
609+
- uses: softprops/action-gh-release@v2
610610
if: startsWith(github.ref, 'refs/tags/')
611611
with:
612612
files: "gh-release/*.tar.gz*"

0 commit comments

Comments
 (0)