Skip to content

Commit

Permalink
Update npm-publish-react-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adxnik authored Nov 14, 2023
1 parent 1318d7f commit 393f402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-react-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: yarn run publish
- run: yarn publish --access public
working-directory: ./runtime/web
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

1 comment on commit 393f402

@vercel
Copy link

@vercel vercel bot commented on 393f402 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.