We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d16885 commit 3d8941dCopy full SHA for 3d8941d
.github/workflows/create-github-release.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
git fetch --tags --force
23
latest_tag=$(git describe --tags --abbrev=0)
24
- echo "latest_tag=$(git describe --tags --abbrev=0)" >> "$GITHUB_ENV"
+ echo "latest_tag=${latest_tag}" >> "$GITHUB_ENV"
25
echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
26
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
27
echo "tag_body<<$EOF" >> "$GITHUB_ENV"
0 commit comments