Skip to content

Commit 4db52da

Browse files
Copilotleecalcote
andcommitted
chore: retain provenance while adding npm auth token
Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com>
1 parent f44f210 commit 4db52da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7070
run: |
7171
set -e
72-
npm publish --access public --verbose
72+
npm publish --provenance --access public --verbose
7373
7474
- name: Pull changes from remote
7575
run: git pull origin master
@@ -84,4 +84,3 @@ jobs:
8484
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
8585
token: ${{ secrets.GH_ACCESS_TOKEN }}
8686

87-

0 commit comments

Comments
 (0)