Skip to content

Commit 7b1c192

Browse files
committed
wip
1 parent 10c3826 commit 7b1c192

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,8 @@ jobs:
6767
- name: Update npm
6868
run: npm install -g npm@latest
6969

70-
- name: cat .npmrc
71-
run: cat .npmrc
72-
7370
- name: Publish to NPM public repository
74-
run: npm publish --dry-run
71+
run: npm publish --provenance --dry-run
7572

7673
- name: Trigger documentation deploy
7774
uses: peter-evans/repository-dispatch@v2

0 commit comments

Comments
 (0)