Skip to content

Commit 552e825

Browse files
committed
try cleaning up publish cmd
1 parent 7799ab6 commit 552e825

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,4 @@ jobs:
9898
- name: Publish to npm
9999
run: |
100100
echo "Publishing version ${{ steps.pkg.outputs.version }} with dist-tag '${NPM_TAG}'"
101-
# Add --access public if your package is scoped and public (e.g., @your-scope/pkg)
102-
npm publish --tag "${NPM_TAG}" # --access public
101+
npm publish --tag "${NPM_TAG}" --provenance --access public

0 commit comments

Comments
 (0)