mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 12:57:20 +00:00
ci: fix
This commit is contained in:
parent
6e14e5b117
commit
5bfdff012c
1 changed files with 6 additions and 6 deletions
12
.github/workflows/release_wasm.yml
vendored
12
.github/workflows/release_wasm.yml
vendored
|
@ -13,6 +13,10 @@ jobs:
|
|||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
|
||||
- name: Setup Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
@ -25,9 +29,6 @@ jobs:
|
|||
with:
|
||||
deno-version: v1.x
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
- name: Install wasm-opt
|
||||
run: npm i wasm-opt -g
|
||||
- uses: jetli/wasm-pack-action@v0.4.0
|
||||
|
@ -51,10 +52,9 @@ jobs:
|
|||
id: changesets
|
||||
uses: changesets/action@v1
|
||||
with:
|
||||
title: 'chore: version packages'
|
||||
commit: 'chore: version packages'
|
||||
title: "chore: version packages"
|
||||
commit: "chore: version packages"
|
||||
publish: pnpm changeset publish
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue