Skip to content

Commit 1f5d22e

Browse files
authored
Add provenance flag to pnpm publish command
1 parent b9feb83 commit 1f5d22e

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
@@ -31,4 +31,4 @@ jobs:
3131
- name: Publish
3232
run: |
3333
PACKAGE_DIST_TAG=$(node -e "console.log(/^\d+\.\d+\.\d+(\-(\w+)\.\d+)$/.exec(require('./package.json').version)?.[2] || 'latest')")
34-
pnpm publish --access public --tag $PACKAGE_DIST_TAG
34+
pnpm publish --access public --tag $PACKAGE_DIST_TAG --provenance

0 commit comments

Comments
 (0)