Skip to content

Commit 6f04c07

Browse files
committed
chore: simplify publish command in publish workflow
1 parent 352b553 commit 6f04c07

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
@@ -29,4 +29,4 @@ jobs:
2929
- name: Set package version (optional)
3030
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version != '' }}
3131
run: npm version "${{ github.event.inputs.version }}" --no-git-tag-version
32-
- run: npm publish --ignore-scripts --provenance --access public
32+
- run: npm publish

0 commit comments

Comments
 (0)