chore: Fix publish command on CI
Looks like `yarn publish` no longer exists in Yarn Berry.
Changes
1 changed files
(+1/-1)
-
-
- name: Publish
run: |
npm config set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN
-
yarn publish
+
yarn npm publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- Authored by
-
Shota FUJI
- Authored at
-
- Committed by
-
Shota FUJI
- Committed at
-
- Signature
-
View
- Object name
- c4769c5d73787b94a58356959c7a1ab095c3de54
- Parent
-
3e4b53f7
- Tab width
-