Skip to content

Commit

Permalink
fix: word splitting linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Jun 6, 2024
1 parent 7b4fa05 commit 90e81d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get the latest tag
run: |
git fetch --tags
LATEST_TAG="$(git describe --tags $(git rev-list --tags --max-count=1))"
LATEST_TAG="$(git describe --tags "$(git rev-list --tags --max-count=1)")"
echo "LATEST_TAG=${LATEST_TAG}" >> "$GITHUB_ENV"
- name: Pull LFS
Expand Down

0 comments on commit 90e81d5

Please sign in to comment.