Skip to content

Commit 711192e

Browse files
ci: install deps before publish
1 parent 94cc99a commit 711192e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
run: |
2929
yarn config set npmAlwaysAuth true
3030
yarn config set npmAuthToken $NPM_TOKEN
31+
yarn --immutable
3132
yarn npm publish

0 commit comments

Comments
 (0)