We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9769eb1 commit 3a73d20Copy full SHA for 3a73d20
.github/workflows/node.js.yml
@@ -29,6 +29,6 @@ jobs:
29
uses: ncipollo/release-action@v1.8.8
30
with:
31
token: ${{ secrets.GITHUB_TOKEN }}
32
- tag: v${{ githhub.run_number }}
33
- name: release v${{ githhub.run_number }}
+ tag: v${{ github.run_number }}
+ name: release v${{ github.run_number }}
34
artifact: build/calculator.user.js
0 commit comments