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 96fde80 commit 1318d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-react-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
- run: yarn
- run: yarn run publish
working-directory: ./runtime/web
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1318d7f

Please sign in to comment.