Skip to content

Commit f20a030

Browse files
authored
Update publish.yml
1 parent 20d3fe0 commit f20a030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- run: npm version ${TAG_NAME} --git-tag-version=false
2424
env:
2525
TAG_NAME: ${{ github.event.release.tag_name }}
26-
- run: npm publish --ignore-scripts
26+
- run: npm --ignore-scripts publish --provenance

0 commit comments

Comments
 (0)