mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-02 11:06:14 +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
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 8
|
||||||
|
|
||||||
- name: Setup Node.js 20.x
|
- name: Setup Node.js 20.x
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
@ -25,9 +29,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
deno-version: v1.x
|
deno-version: v1.x
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
|
||||||
with:
|
|
||||||
version: 8
|
|
||||||
- name: Install wasm-opt
|
- name: Install wasm-opt
|
||||||
run: npm i wasm-opt -g
|
run: npm i wasm-opt -g
|
||||||
- uses: jetli/wasm-pack-action@v0.4.0
|
- uses: jetli/wasm-pack-action@v0.4.0
|
||||||
|
@ -51,10 +52,9 @@ jobs:
|
||||||
id: changesets
|
id: changesets
|
||||||
uses: changesets/action@v1
|
uses: changesets/action@v1
|
||||||
with:
|
with:
|
||||||
title: 'chore: version packages'
|
title: "chore: version packages"
|
||||||
commit: 'chore: version packages'
|
commit: "chore: version packages"
|
||||||
publish: pnpm changeset publish
|
publish: pnpm changeset publish
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue