Skip to content

Commit 3286fc7

Browse files
committed
chore(ci): add continue-on-error to Publish workflow retrying OTP
1 parent cbafe3e commit 3286fc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-npm-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
NPM_CONFIG_PROVENANCE: true
125125
shell: bash
126126
id: lerna-publish
127+
continue-on-error: true
127128
run: |
128129
set -o pipefail
129130
OUTPUT_FILE=$(mktemp)

0 commit comments

Comments
 (0)