Skip to content

Commit

Permalink
[FIX] Fix incorrect pkg install command
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanglehaithanh committed Apr 9, 2024
1 parent 739ea6f commit 868c316
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 @@ -27,7 +27,7 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
- run: yarn install --frozen-lockfile
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 868c316

Please sign in to comment.