Skip to content

Commit b171f54

Browse files
authored
Merge pull request #364 from per1234/fix-sh-syntax
Remove extra quote from shell command in release-tag workflow
2 parents 94d73e5 + 0f67017 commit b171f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
)" != \
6161
"" \
6262
]]; then
63-
echo "IS_PRE=true" >> $GITHUB_OUTPUT"
63+
echo "IS_PRE=true" >> $GITHUB_OUTPUT
6464
fi
6565
6666
- name: Create Github release

0 commit comments

Comments
 (0)