fix
Browse files
.github/workflows/release.yml
CHANGED
@@ -45,10 +45,7 @@ jobs:
|
|
45 |
echo "RELEASE_TAG=$RELEASE_TAG" >> $GITHUB_ENV
|
46 |
echo "PRERELEASE=$PRERELEASE" >> $GITHUB_ENV
|
47 |
RELEASE_DATETIME=$(date --rfc-3339=seconds)
|
48 |
-
|
49 |
-
Release $RELEASE_TAG created from $GITHUB_SHA at $RELEASE_DATETIME
|
50 |
-
EOF
|
51 |
-
envsubst < release_template.md > release_body.md
|
52 |
|
53 |
- name: Move the existing mutable tag
|
54 |
# https://github.com/softprops/action-gh-release/issues/171
|
|
|
45 |
echo "RELEASE_TAG=$RELEASE_TAG" >> $GITHUB_ENV
|
46 |
echo "PRERELEASE=$PRERELEASE" >> $GITHUB_ENV
|
47 |
RELEASE_DATETIME=$(date --rfc-3339=seconds)
|
48 |
+
echo Release $RELEASE_TAG created from $GITHUB_SHA at $RELEASE_DATETIME > release_body.md
|
|
|
|
|
|
|
49 |
|
50 |
- name: Move the existing mutable tag
|
51 |
# https://github.com/softprops/action-gh-release/issues/171
|