Skip to content

Commit

Permalink
ci: fix invoking of nx
Browse files Browse the repository at this point in the history
  • Loading branch information
robby rabbitman committed Jun 29, 2024
1 parent 9a3b743 commit bd76ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- run: pnpm exec nx affected -t lint test build

- if: github.event_name == 'push'
run: nx release --skip-publish
run: pnpm exec nx release --skip-publish
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- run: pnpm exec nx report

- run: npx nx release publish --dry-run
- run: pnpm exec nx release publish --dry-run
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
NPM_CONFIG_PROVENANCE: true

0 comments on commit bd76ddf

Please sign in to comment.