Skip to content

Commit 48f262c

Browse files
authored
fix: update yarn logout command to yarn npm logout in push workflow (#1958)
1 parent 886ec83 commit 48f262c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
git config user.name github-actions
6262
git config user.email github-actions@github.com
63-
yarn logout
63+
yarn npm logout
6464
npm config set '//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}'
6565
yarn build:release
6666
env:

0 commit comments

Comments
 (0)