Skip to content

Commit 1bbc83f

Browse files
committed
chore: remove provenance flag from npm publish step in release workflow
1 parent 4f8b433 commit 1bbc83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boilerplate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
npm --no-git-tag-version version ${{ github.event.release.name }}
2929
3030
- name: Publish to NPM
31-
run: npm publish --provenance
31+
run: npm publish
3232

3333
- name: Commit and push
3434
run: |

0 commit comments

Comments
 (0)