Skip to content

Commit acbca43

Browse files
committed
Fix missing 'fi' in tag creation step of GitHub Actions workflow
1 parent 408c517 commit acbca43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
git push origin "v$VERSION"
4949
else
5050
echo "Tag v$VERSION already exists."
51+
fi
5152
5253
# 6. Build distributions
5354
- name: Build package

0 commit comments

Comments
 (0)