Skip to content

Commit efcfe30

Browse files
Update target.yml
1 parent 2b1e821 commit efcfe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name : "Create label if it doesn't exist"
4545
id: create-label
4646
run: |
47-
if ! gh label list | grep -q ${{ steps.version.outputs.VERSION }}; then
47+
if ! gh label list | grep -q "${{ steps.version.outputs.VERSION }}"; then
4848
echo "Label doesn't exist, creating"
4949
gh label create "${{ steps.version.outputs.VERSION }}" --description "A release target." --color 4900CB
5050
fi

0 commit comments

Comments
 (0)