Skip to content

Commit 69a20be

Browse files
committed
Set exit status
1 parent 5d4d702 commit 69a20be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo ::set-output name=github-tag::${GITHUB_REF#refs/*/}
7474
7575
- name: Check package version
76-
run: if [ "v${{ steps.metadata.outputs.plugin-version }}" != "${{ steps.metadata.outputs.github-tag }}" ]; then printf "\033[0;31mPlugin version doesn't match tag name\033[0m\n"; fi
76+
run: if [ "v${{ steps.metadata.outputs.plugin-version }}" != "${{ steps.metadata.outputs.github-tag }}" ]; then printf "\033[0;31mPlugin version doesn't match tag name\033[0m\n"; exit 1; fi
7777

7878
- name: Package plugin
7979
id: package-plugin

0 commit comments

Comments
 (0)