Skip to content

Commit

Permalink
Update publish-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn authored May 23, 2024
1 parent 70fec50 commit 39087f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
node-version: "20.x"
cache: "yarn"
registry-url: 'https://registry.npmjs.org'
always-auth: true
- run: yarn install --immutable
- run: yarn build
- run: yarn publish
- run: yarn npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 39087f8

Please sign in to comment.