Skip to content

Commit 3d8941d

Browse files
authored
DEV: Use variable in shell command (#3166)
1 parent 8d16885 commit 3d8941d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-github-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
git fetch --tags --force
2323
latest_tag=$(git describe --tags --abbrev=0)
24-
echo "latest_tag=$(git describe --tags --abbrev=0)" >> "$GITHUB_ENV"
24+
echo "latest_tag=${latest_tag}" >> "$GITHUB_ENV"
2525
echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
2626
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
2727
echo "tag_body<<$EOF" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)