mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
fix typo in CI config
This commit is contained in:
parent
7ba562a004
commit
30d4322a13
4
.github/workflows/publish_interpreter.yml
vendored
4
.github/workflows/publish_interpreter.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
npm-publish:
|
npm-publish:
|
||||||
name: "Publish Aquamarine to NPM"
|
name: "Publish Aquamarine to NPM & crates.io"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@ -120,7 +120,7 @@ jobs:
|
|||||||
cat pkg/package.json | jq --arg name aquamarine.wasm.base64.js \
|
cat pkg/package.json | jq --arg name aquamarine.wasm.base64.js \
|
||||||
'. + {
|
'. + {
|
||||||
files: [ "aquamarine.wasm.base64.js", "aquamarine.wasm.base64.d.ts", "index.js", "index.d.ts" ],
|
files: [ "aquamarine.wasm.base64.js", "aquamarine.wasm.base64.d.ts", "index.js", "index.d.ts" ],
|
||||||
"name": "${{ env.JS_PKG_VERSION }}",
|
"name": "${{ env.JS_PKG_NAME }}",
|
||||||
"description": "Aquamarine IR interpreter as base64 WASM",
|
"description": "Aquamarine IR interpreter as base64 WASM",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "https://github.com/fluencelabs/aquamarine",
|
"repository": "https://github.com/fluencelabs/aquamarine",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user