Skip to content

Commit 46db97f

Browse files
committed
ci: improve ci scripts
1 parent e38b3eb commit 46db97f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
9292
- name: Request the next version of enum-plus
9393
id: get_next_version_before_publish
94+
continue-on-error: true
9495
run: |
9596
VERSION=$(npm view enum-plus@next version || "0.0.0")
9697
echo "NEXT_VERSION=$VERSION" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)