mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +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:
|
||||
npm-publish:
|
||||
name: "Publish Aquamarine to NPM"
|
||||
name: "Publish Aquamarine to NPM & crates.io"
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
@ -120,7 +120,7 @@ jobs:
|
||||
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" ],
|
||||
"name": "${{ env.JS_PKG_VERSION }}",
|
||||
"name": "${{ env.JS_PKG_NAME }}",
|
||||
"description": "Aquamarine IR interpreter as base64 WASM",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/fluencelabs/aquamarine",
|
||||
|
Loading…
x
Reference in New Issue
Block a user