Skip to content

Commit

Permalink
Bump softprops/action-gh-release to v2 (#4070)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent bf9807c commit ee049dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ jobs:
folder: gh-pages
single-commit: true
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: "gh-release/*.tar.gz*"
Expand Down

0 comments on commit ee049dc

Please sign in to comment.