Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
theocod3s committed Apr 19, 2024
1 parent 1a7e454 commit ce07b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Install dependencies
- name: Build
run: pnpm build

- name: Publish
run: pnpm publish --access public --dry-run
run: pnpm publish --access public --dry-run --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ce07b2a

Please sign in to comment.