Skip to content

Commit b68c48d

Browse files
authored
Change yarn publish to npm publish in release.yml
1 parent b4e81ee commit b68c48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
version=$(jq -r .version package.json)
120120
echo "$( jq ".version = \"$(echo $version)-rc.$(git rev-parse --short HEAD)\"" package.json )" > package.json
121-
yarn publish --tag next
121+
npm publish --tag next
122122
env:
123123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124124

0 commit comments

Comments
 (0)