Skip to content

Commit 3a73d20

Browse files
authored
fix typo
1 parent 9769eb1 commit 3a73d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
uses: ncipollo/release-action@v1.8.8
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
32-
tag: v${{ githhub.run_number }}
33-
name: release v${{ githhub.run_number }}
32+
tag: v${{ github.run_number }}
33+
name: release v${{ github.run_number }}
3434
artifact: build/calculator.user.js

0 commit comments

Comments
 (0)