Skip to content

Commit

Permalink
dry run removed (#6059)
Browse files Browse the repository at this point in the history
  • Loading branch information
isumygin-sc authored and slimbuck committed Feb 16, 2024
1 parent 581ec4b commit 8c9971e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Expand Up @@ -26,6 +26,6 @@ jobs:
run: npm run build:publish

- name: Publish to npm
run: npm publish --DRY-RUN
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8c9971e

Please sign in to comment.