Skip to content

Commit

Permalink
fix: use registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Jul 31, 2024
1 parent 8902ccd commit 07cea4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: "pnpm"
- run: pnpm install
- run: |
pnpm build:publish
pnpm publish --access public --no-git-checks # new version is already set before the tag event
npm publish --access public # new version is already set before the tag event
working-directory: ./packages/cli
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 07cea4c

Please sign in to comment.