mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-04-25 16:02:15 +00:00
parent
e8cdfef4a1
commit
797d946044
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -113,7 +113,8 @@ jobs:
|
|||||||
jwtTtl: 300
|
jwtTtl: 300
|
||||||
exportToken: false
|
exportToken: false
|
||||||
secrets: |
|
secrets: |
|
||||||
kv/npmjs/fluencebot token | NODE_AUTH_TOKEN
|
kv/npmjs/fluencebot token | NODE_AUTH_TOKEN ;
|
||||||
|
kv/crates.io/fluencebot token | CARGO_REGISTRY_TOKEN
|
||||||
|
|
||||||
- name: Setup Rust toolchain
|
- name: Setup Rust toolchain
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
@ -152,6 +153,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish to crates.io
|
- name: Publish to crates.io
|
||||||
working-directory: ./service
|
working-directory: ./service
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
cargo ws publish \
|
cargo ws publish \
|
||||||
--no-git-commit \
|
--no-git-commit \
|
||||||
@ -159,7 +161,6 @@ jobs:
|
|||||||
--from-git \
|
--from-git \
|
||||||
--skip-published \
|
--skip-published \
|
||||||
--yes
|
--yes
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Install ipfs
|
- name: Install ipfs
|
||||||
uses: nahsi/setup-ipfs@v1
|
uses: nahsi/setup-ipfs@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user