mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-04-24 15:32:15 +00:00
feat(release): continue if publishing fails (#78)
This commit is contained in:
parent
541ce0d4f7
commit
ceb88050f4
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -144,6 +144,7 @@ jobs:
|
||||
- name: Publish to NPM registry
|
||||
run: npm publish --access public
|
||||
working-directory: aqua
|
||||
continue-on-error: true
|
||||
|
||||
- name: Publish to crates.io
|
||||
working-directory: ./service
|
||||
@ -154,6 +155,7 @@ jobs:
|
||||
--from-git \
|
||||
--skip-published \
|
||||
--yes
|
||||
continue-on-error: true
|
||||
|
||||
- name: Create builtin distribution package
|
||||
run: ./builtin-package/package.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user