Skip to content

Commit 8be05d1

Browse files
committed
ci: fix publish
1 parent a92f83b commit 8be05d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ jobs:
3838
- name: Publish packages
3939
run: |
4040
echo "//registry.npmjs.org/:_authToken="${{secrets.NPM_TOKEN}}"" > ~/.npmrc
41-
shell: sh
42-
run: pnpm -r --filter='./packages/*' publish --access public
41+
pnpm -r --filter='./packages/*' publish --access public

0 commit comments

Comments
 (0)