Skip to content

Commit 12bb360

Browse files
chore: change the publish command to npm
1 parent 0ae353e commit 12bb360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Publish package to npm
3333
working-directory: '@codexteam/ui'
34-
run: yarn publish --access=public
34+
run: yarn npm publish --access public
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3737

0 commit comments

Comments
 (0)