Skip to content

Commit

Permalink
[chore] fix npmpublish action (#2791)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta authored Nov 26, 2024
1 parent e77981e commit f60b94f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v3
with:
node-version: 18
corepack-enable: true
registry-url: https://registry.npmjs.org/
- run: npm install -g yarn
- uses: actions/checkout@v4

# use Volta to manage yarn/node versions
- uses: volta-cli/action@v4

- run: yarn install
- run: yarn bootstrap
- run: npm i -g [email protected]
- run: npm --version && npm publish --workspaces --access public
Expand Down

0 comments on commit f60b94f

Please sign in to comment.