mirror of
https://github.com/fluencelabs/node-distro
synced 2025-04-24 23:12:13 +00:00
fix(deps): Update nox version to 0.13.1 and fix update workflow (#160)
* Update nox version and fix update workflow * Fix
This commit is contained in:
parent
edc3fe28e6
commit
1a3e1495cc
5
.github/workflows/update_fluence.yml
vendored
5
.github/workflows/update_fluence.yml
vendored
@ -27,7 +27,10 @@ jobs:
|
||||
token: ${{ secrets.token }}
|
||||
|
||||
- name: Update Fluence in fluence.json to ${{ inputs.version }}
|
||||
run: echo ${{ inputs.content }} | jq > fluence/fluence.json
|
||||
run: |
|
||||
cat << EOH | jq > fluence/fluence.json
|
||||
${{ inputs.content }}
|
||||
EOH
|
||||
|
||||
- name: Commit updated fluence.json
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"x86_64": {
|
||||
"version": "0.13.0",
|
||||
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.13.0/nox-x86_64",
|
||||
"sha256": "3d6e86bb198b256a5840cf1b7da1a3ac65bb8de3e37ca3ae8cbc882ca221a7d7"
|
||||
"version": "0.13.1",
|
||||
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.13.1/nox-x86_64",
|
||||
"sha256": "da26816c31cc420d77edfe3da982fd76e37a92affd7d5f32cba96393a733dd78"
|
||||
},
|
||||
"aarch64": {
|
||||
"version": "0.13.0",
|
||||
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.13.0/nox-aarch64",
|
||||
"sha256": "d9f3600b0f0bed8be617772b904994c6162f4ff65b4265a8aa2418cc464f0b2c"
|
||||
"version": "0.13.1",
|
||||
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.13.1/nox-aarch64",
|
||||
"sha256": "1a313a518a7d1fbf819308fce1af33ae06d75bf6d14a040640d6864918e3bd7b"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user