Skip to content

Commit d399972

Browse files
authored
fix typo
1 parent 0e0b509 commit d399972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
env:
2525
TAG_NAME: ${{ github.event.release.tag_name }}
2626
- run: npm run generate; npm run readme
27-
- run: npm --provenance --access public
27+
- run: npm publish --provenance --access public
2828
env:
2929
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)