Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
7nik committed Sep 9, 2021
1 parent 9769eb1 commit 3a73d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: ncipollo/release-action@v1.8.8
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: v${{ githhub.run_number }}
name: release v${{ githhub.run_number }}
tag: v${{ github.run_number }}
name: release v${{ github.run_number }}
artifact: build/calculator.user.js

0 comments on commit 3a73d20

Please sign in to comment.