Skip to content

Commit

Permalink
🔧 chore(npm-publish-github-packages.yml): update npm commands to use …
Browse files Browse the repository at this point in the history
…yarn for consistency and reliability

🔒 chore(npm-publish-github-packages.yml): remove unnecessary newline at end of file
  • Loading branch information
alisaitteke committed Dec 21, 2023
1 parent 443b253 commit 9e780d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
- run: yarn install
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 9e780d3

Please sign in to comment.