Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit bc7571e

Browse files
salvar3ngaSergio Alvarenga
andauthored
fix: continue to upload assets job even if npm publish step fails (#1638)
* fix error: TypeError: event.target.closest(...) is null * refactoring - Help.ts: move regex into explainatory variables - finder-list.ts: remove unnecessary Fn * fix failing test Test was failing for previously removing the "getDisplayString" method * refactorings * reinstate deleted Fn * fix: continue upload job even if npm publish fails --------- Co-authored-by: Sergio Alvarenga <s.alvarenga@sprinteins.com>
1 parent f2e6a1d commit bc7571e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3636
if: ${{ steps.release.outputs.releases_created }}
37+
continue-on-error: true
3738

3839
- name: Build Distribution
3940
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)