Skip to content

Commit e446639

Browse files
committed
fix: release workflow lint errors
1 parent e85a827 commit e446639

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Get the latest tag
2222
run: |
2323
git fetch --tags
24-
LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
24+
LATEST_TAG="$(git describe --tags $(git rev-list --tags --max-count=1))"
2525
echo "LATEST_TAG=${LATEST_TAG}" >> "$GITHUB_ENV"
2626
2727
- name: Pull LFS

0 commit comments

Comments
 (0)