Skip to content

Commit

Permalink
chore(deps): pin softprops/action-gh-release action to e7a8f85
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 31a513c commit 1b20179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: npm run lint
- run: tar cvzf dashboard.tgz --strip-components 3 dist/live/dashboard
- name: Release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: dashboard.tgz

0 comments on commit 1b20179

Please sign in to comment.