Skip to content

Commit

Permalink
Update softprops/action-gh-release to v2 to resolve: (#119)
Browse files Browse the repository at this point in the history
- The following actions use a deprecated Node.js version and will be forced to run on node20: softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
  • Loading branch information
thefrosty authored Oct 30, 2024
1 parent 5d7cd9b commit e65e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
path: plugin-build/custom-login.zip

- name: Upload release asset
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: plugin-build/custom-login.zip
Expand Down

0 comments on commit e65e946

Please sign in to comment.