Skip to content

Commit b9c5faa

Browse files
committed
Update publish.yml
1 parent 9ff8d11 commit b9c5faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
echo "Publishing version $TAG_VERSION from tag $GITHUB_REF_NAME"
3939
npm version "$TAG_VERSION" --no-git-tag-version --allow-same-version
4040
- run: npm run build
41-
- run: npm publish --access public
41+
- run: npm publish --provenance --access public
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)