Skip to content

Commit

Permalink
build(ci): update GitHub Release action
Browse files Browse the repository at this point in the history
We now use softprops/action-gh-release v0.1.15 (pinned via commit hash).
This version updates the version of node it uses, which stops warnings
about obsolete node versions during CI runs.
  • Loading branch information
h4l committed Jan 29, 2023
1 parent 74293a9 commit e7a4a1b
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 @@ -37,7 +37,7 @@ jobs:
run: npm run assemble-release-files
if: startsWith(github.ref, 'refs/tags/') || github.ref_name == 'ci'
- name: Create GitHub Release
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit e7a4a1b

Please sign in to comment.