Skip to content

Commit

Permalink
ci: fix release process
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Jan 14, 2025
1 parent 509a9d9 commit 3e71b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ jobs:
node-version: ${{ env.NODE_ACTIVE_LTS }}
- name: Setup yarn
run: corepack enable yarn
- name: yarn install
run: yarn install
- name: Set NPM authentication
run: yarn config set npmAuthToken "$NPM_AUTH_TOKEN"
env:
Expand Down
2 changes: 1 addition & 1 deletion tools/write-dist-manifest.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function main (outputFile) {

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

// also write a yarn.lock
// also write an empty yarn.lock
writeFileSync(join(dirname(outputFile), 'yarn.lock'), '')
}

Expand Down

0 comments on commit 3e71b7d

Please sign in to comment.