Skip to content

Commit 1bae6e4

Browse files
fix package publish automation
1 parent 4cadc10 commit 1bae6e4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,5 @@ jobs:
2020
- name: publish to npm
2121
env:
2222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23-
NPM_CONFIG_PROVENANCE: true
24-
run: |
25-
pnpm publish \
26-
--access=public \
23+
shell: bash
24+
run: pnpm publish --no-git-checks --access public

0 commit comments

Comments
 (0)