Skip to content

Commit

Permalink
chore: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazh committed Oct 7, 2024
1 parent 2b0f013 commit 0115d77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
yarn
yarn run build
yarn copyfiles package.json README.md LICENSE CHANGELOG.md .npmignore ./dist/
cd ./dist
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
run: npm publish --access public
run: cd ./dist && npm publish --access public

0 comments on commit 0115d77

Please sign in to comment.