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 21, 2024
1 parent a9ef0f7 commit 5b87bb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: npm test
cache: "yarn"
- run: yarn install --immutable
- run: yarn build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 5b87bb9

Please sign in to comment.