Skip to content

Commit 6f56cbe

Browse files
committed
Add --provenance option to yarn npm publish in CI
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 8ca1023 commit 6f56cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: changesets/action@v1
3636
with:
3737
version: yarn changeset version
38-
publish: yarn npm publish --tolerate-republish
38+
publish: yarn npm publish --tolerate-republish --provenance
3939
env:
4040
GITHUB_TOKEN: ${{ github.token }}
4141
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)