We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1291e37 commit 25b0f7bCopy full SHA for 25b0f7b
.github/workflows/version.yml
@@ -53,8 +53,8 @@ jobs:
53
- name: npm version ${{ inputs.version }}
54
run: echo "version=$(npm version ${{ inputs.version }}${{ startsWith(inputs.version, 'pre') && ' --preid beta' || '' }})" >> "$GITHUB_ENV"
55
- name: Validate npm version
56
- run: : |
57
- # the above step silently fails, so validate the output was set
+ # the above step silently fails, so validate the output was set
+ run: |
58
if [[ -z ${{ env.version }} ]]; then
59
exit 1;
60
else
0 commit comments