Skip to content

Commit

Permalink
Bump softprops/action-gh-release to latest
Browse files Browse the repository at this point in the history
This bumps underlying Node to 0.20, which is the current LTS release through 2026.
  • Loading branch information
Shadowfiend authored Apr 13, 2024
1 parent 65bb257 commit 3d1c7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
POAP_API_KEY: ${{ secrets.POAP_API_KEY }}
DAYLIGHT_API_KEY: ${{ secrets.DAYLIGHT_API_KEY }}
- name: Create Release and Upload Artifacts
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*.zip
Expand Down

0 comments on commit 3d1c7ea

Please sign in to comment.