Skip to content

Commit

Permalink
update action to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu authored Oct 15, 2022
1 parent ac6b014 commit e77aba1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test
- run: yarn
- run: yarn test

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

0 comments on commit e77aba1

Please sign in to comment.