Skip to content

Commit

Permalink
chore: fix typo on inputs variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Oct 30, 2023
1 parent 66e38de commit 0b8a850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
run: echo `pwd`

- name: Publish (without helper script)
run: npm publish --access public --tag ${{ input.tag }}
run: npm publish --access public --tag ${{ inputs.tag }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0b8a850

Please sign in to comment.