We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35719fc commit 67eb752Copy full SHA for 67eb752
.github/workflows/npm-publish.yml
@@ -91,6 +91,7 @@ jobs:
91
92
- name: Request the next version of enum-plus
93
id: get_next_version_before_publish
94
+ continue-on-error: true
95
run: |
96
VERSION=$(npm view enum-plus@next version || "0.0.0")
97
echo "NEXT_VERSION=$VERSION" >> $GITHUB_OUTPUT
0 commit comments