mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 18:39:07 +08:00
fix
This commit is contained in:
parent
1f5a7c4b12
commit
d4ee082735
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -45,10 +45,7 @@ jobs:
|
|||||||
echo "RELEASE_TAG=$RELEASE_TAG" >> $GITHUB_ENV
|
echo "RELEASE_TAG=$RELEASE_TAG" >> $GITHUB_ENV
|
||||||
echo "PRERELEASE=$PRERELEASE" >> $GITHUB_ENV
|
echo "PRERELEASE=$PRERELEASE" >> $GITHUB_ENV
|
||||||
RELEASE_DATETIME=$(date --rfc-3339=seconds)
|
RELEASE_DATETIME=$(date --rfc-3339=seconds)
|
||||||
cat <<EOF > release_template.md
|
echo Release $RELEASE_TAG created from $GITHUB_SHA at $RELEASE_DATETIME > release_body.md
|
||||||
Release $RELEASE_TAG created from $GITHUB_SHA at $RELEASE_DATETIME
|
|
||||||
EOF
|
|
||||||
envsubst < release_template.md > release_body.md
|
|
||||||
|
|
||||||
- name: Move the existing mutable tag
|
- name: Move the existing mutable tag
|
||||||
# https://github.com/softprops/action-gh-release/issues/171
|
# https://github.com/softprops/action-gh-release/issues/171
|
||||||
|
Loading…
x
Reference in New Issue
Block a user