Skip to content

Commit 90e81d5

Browse files
committed
fix: word splitting linter error
1 parent 7b4fa05 commit 90e81d5

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)