Skip to content

Commit 25b0f7b

Browse files
committed
Remove extra :
My yaml syntax highlighting needs improvements...
1 parent 1291e37 commit 25b0f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
- name: npm version ${{ inputs.version }}
5454
run: echo "version=$(npm version ${{ inputs.version }}${{ startsWith(inputs.version, 'pre') && ' --preid beta' || '' }})" >> "$GITHUB_ENV"
5555
- name: Validate npm version
56-
run: : |
57-
# the above step silently fails, so validate the output was set
56+
# the above step silently fails, so validate the output was set
57+
run: |
5858
if [[ -z ${{ env.version }} ]]; then
5959
exit 1;
6060
else

0 commit comments

Comments
 (0)