Skip to content

Commit cb4e264

Browse files
Copilotlstein
authored andcommitted
Fix typo in deploy workflow version reference (#194)
1 parent 3e92397 commit cb4e264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Check if tag exists
4141
id: check_tag
4242
run: |
43-
if git ls-remote --tags origin | grep -q "refs/tags/v${{ steps.get_version.outputs. version }}"; then
43+
if git ls-remote --tags origin | grep -q "refs/tags/v${{ steps.get_version.outputs.version }}"; then
4444
echo "Tag already exists"
4545
echo "exists=true" >> $GITHUB_OUTPUT
4646
else

0 commit comments

Comments
 (0)