Skip to content

Commit

Permalink
use yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 6, 2024
1 parent bbd312f commit 5130f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm publish --provenance --workspace packages --access public
- run: yarn install --frozen-lockfile
- run: yarn publish --provenance --workspace packages --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5130f7d

Please sign in to comment.