Skip to content

Commit 25e68fc

Browse files
committed
fix: registry workflow
1 parent 8babeed commit 25e68fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd-registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
3636

37-
- run: pnpm publish --access public
37+
- run: pnpm publish --access public --no-git-checks
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4040

@@ -50,6 +50,6 @@ jobs:
5050
echo "//npm.pkg.github.com:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
5151

5252
- name: Publish package on Github NPM registry
53-
run: pnpm publish
53+
run: pnpm publish --no-git-checks
5454
env:
5555
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)