Skip to content

Commit

Permalink
feat(release): continue if publishing fails (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
folex authored May 3, 2023
1 parent 541ce0d commit ceb8805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -154,6 +155,7 @@ jobs:
--from-git \
--skip-published \
--yes
continue-on-error: true

- name: Create builtin distribution package
run: ./builtin-package/package.sh
Expand Down

0 comments on commit ceb8805

Please sign in to comment.