We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9119f2a commit e6c27ccCopy full SHA for e6c27cc
.github/workflows/node.js.yml
@@ -33,7 +33,7 @@ jobs:
33
- run: npm run lint
34
- run: tar cvzf dashboard.tgz --strip-components 3 dist/live/dashboard
35
- name: Release
36
- uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
+ uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
37
if: startsWith(github.ref, 'refs/tags/')
38
with:
39
files: dashboard.tgz
0 commit comments