Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Sep 11, 2024
1 parent d949d11 commit 19459b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm run test:ci

- name: Publish package
run: pnpm publish --provenance --no-git-checks --access public
run: pnpm publish -r --provenance --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.REACT_USE_PUBLISH_TOKEN }}
NPM_CONFIG_PROVENANCE: true
Expand Down

0 comments on commit 19459b5

Please sign in to comment.