Skip to content

Commit 982ee28

Browse files
committed
fix(ci): publish with provenance and access options
1 parent 369a7ed commit 982ee28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Publish
5858
if: steps.version.outputs.skip != 'true' && steps.check.outputs.skip != 'true'
5959
working-directory: dist
60-
run: npm publish --tag ${{ steps.version.outputs.tag }}
60+
run: npm publish --provenance --access public --tag ${{ steps.version.outputs.tag }}
6161

6262
- name: Tag and Release
6363
if: github.event_name == 'push' && steps.version.outputs.skip != 'true' && steps.check.outputs.skip != 'true'

0 commit comments

Comments
 (0)