Skip to content

Commit 9379a38

Browse files
authored
Add comment
1 parent 7ce92db commit 9379a38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- run: npm version ${TAG_NAME} --git-tag-version=false
2424
env:
2525
TAG_NAME: ${{ github.event.release.tag_name }}
26+
# Install latest version of npm for publishing with provenance
2627
- run: npm install -g npm
2728
- run: npm whoami; npm --ignore-scripts publish --provenance --access public
2829
env:

0 commit comments

Comments
 (0)