Skip to content

Commit

Permalink
fix: use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Nov 29, 2024
1 parent fda8efe commit 0f6629e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ./.github/composite-actions/install

- name: Publish
run: pnpm semantic-release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_BOT_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/composite-actions/install

- name: Run commitlint check
run: pnpm commitlint -f ${{ github.event.pull_request.base.sha }}
run: npx commitlint -f ${{ github.event.pull_request.base.sha }}

eslint:
name: Lint
Expand Down

0 comments on commit 0f6629e

Please sign in to comment.