Skip to content

Commit

Permalink
build: replace npm with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
KanievskyiDanylo committed Dec 15, 2023
1 parent cb013a1 commit 63dfb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: yarn

publish-gpr:
needs: build
Expand All @@ -26,7 +26,7 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: yarn
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 63dfb89

Please sign in to comment.