Skip to content

Commit

Permalink
change npm to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
htunh committed Jul 25, 2022
1 parent 7f317a8 commit b036c31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 12
- run: npm ci
- run: npm test
- run: yarn ci
- run: yarn test

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

0 comments on commit b036c31

Please sign in to comment.