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 b3e6526 commit 60dcfa6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
with:
node-version: "20"
cache: "yarn"
- run: npm ci
- run: npm build
- uses: JS-DevTools/npm-publish@v3
with:
access: public
token: ${{ secrets.NPM_TOKEN }}
- run: yarn install --immutable
- run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 60dcfa6

Please sign in to comment.