Skip to content

Commit

Permalink
Update publish-new-version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Dec 5, 2022
1 parent 8895004 commit c1027d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-version.yaml
Expand Up @@ -15,4 +15,4 @@ jobs:

- name: npm version
run: |
npm version $(inputs.version)
npm version ${{ github.event.inputs.version }}

0 comments on commit c1027d0

Please sign in to comment.