Skip to content

Commit 3e71b7d

Browse files
committed
ci: fix release process
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 509a9d9 commit 3e71b7d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ jobs:
224224
node-version: ${{ env.NODE_ACTIVE_LTS }}
225225
- name: Setup yarn
226226
run: corepack enable yarn
227+
- name: yarn install
228+
run: yarn install
227229
- name: Set NPM authentication
228230
run: yarn config set npmAuthToken "$NPM_AUTH_TOKEN"
229231
env:

tools/write-dist-manifest.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function main (outputFile) {
5959

6060
writeFileSync(outputFile, JSON.stringify(manifest, undefined, 2))
6161

62-
// also write a yarn.lock
62+
// also write an empty yarn.lock
6363
writeFileSync(join(dirname(outputFile), 'yarn.lock'), '')
6464
}
6565

0 commit comments

Comments
 (0)