Compare commits
1 Commits
rc2026.14
...
351af45301
| Author | SHA1 | Date | |
|---|---|---|---|
|
351af45301
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -91,7 +91,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
rm -rf ./*
|
rm -rf ./*
|
||||||
cp -a ../mkdocs_out/site/. .
|
cp -a ${RUNNER_TEMP}/mkdocs_out/site/. .
|
||||||
git add -A
|
git add -A
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
@@ -104,7 +104,7 @@ jobs:
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
rm -rf rc
|
rm -rf rc
|
||||||
mkdir -p rc
|
mkdir -p rc
|
||||||
cp -a ../mkdocs_out/site/. rc/
|
cp -a ${RUNNER_TEMP}/mkdocs_out/site/. rc/
|
||||||
printf '{"tag":"%s"}\n' "${GITHUB_REF_NAME}" > rc/rc.json
|
printf '{"tag":"%s"}\n' "${GITHUB_REF_NAME}" > rc/rc.json
|
||||||
|
|
||||||
git add -A
|
git add -A
|
||||||
|
|||||||
Reference in New Issue
Block a user