Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix(ci): fix the release workflow for the JS API (#4009)
Browse files Browse the repository at this point in the history
* fix(ci): fix the release workflow for the JS API

* downgrade the js-api version
  • Loading branch information
leops authored Dec 7, 2022
1 parent bd3cd33 commit 0a30512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_js_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:
- name: Compile backends
run: |
pnpm --prefix npm/js-api build:wasm-bundler
pnpm --prefix npm/js-api build:wasm-node
pnpm --prefix npm/js-api build:wasm-web
pnpm --prefix npm/backend-jsonrpc i
pnpm --prefix npm/backend-jsonrpc run build
Expand Down
4 changes: 2 additions & 2 deletions npm/js-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rometools/js-api",
"version": "0.2.0",
"version": "0.1.3",
"description": "JavaScript APIs for the Rome package",
"scripts": {
"tsc": "tsc --noEmit",
Expand Down Expand Up @@ -62,4 +62,4 @@
"optional": true
}
}
}
}

0 comments on commit 0a30512

Please sign in to comment.