Skip to content

Commit

Permalink
Update publish.yml (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 30, 2023
1 parent 10891e5 commit aefcfc4
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 @@ -104,6 +104,6 @@ jobs:
run: npm ci

- name: Publish release to NPM
run: npm publish --provenance --tag ${{ needs.configure.outputs.vtag }} ${{ needs.configure.outputs.dry-run }}
run: npm publish --provenance ${{ needs.configure.outputs.dry-run }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit aefcfc4

Please sign in to comment.