Skip to content

Commit 6cd6f5f

Browse files
committed
Test action
1 parent f67cbd8 commit 6cd6f5f

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
@@ -31,7 +31,7 @@ jobs:
3131
pnpm lint
3232
pnpm test
3333
- run: |
34-
pnpm publish --access=public
34+
npm publish --access=public
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)