Skip to content

Commit

Permalink
chore: change job
Browse files Browse the repository at this point in the history
  • Loading branch information
demmorou committed Aug 19, 2024
1 parent 9e31c08 commit 5fad725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_npm_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v3
name: Install pnpm
Expand All @@ -42,4 +43,4 @@ jobs:
- name: Publish specific package
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm -F ${{ env.PACKAGE }} publish registry=https://registry.npmjs.org/ --no-git-checks
run: pnpm -F ${{ env.PACKAGE }} publish --no-git-checks

0 comments on commit 5fad725

Please sign in to comment.