Update .github/workflows/nightly.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b00b6c0482
commit
bde63a15e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -128,7 +128,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
TAG="${{ needs.generate-version.outputs.tag }}"
|
TAG="${{ needs.generate-version.outputs.tag }}"
|
||||||
TITLE="${{ needs.generate-version.outputs.version }}"
|
TITLE="${{ needs.generate-version.outputs.version }}"
|
||||||
NOTES="Nightly build for **${{ needs.generate-version.outputs.version }}**\n\n This is an automated build and may be unstable. Use with caution."
|
NOTES=$'Nightly build for **${{ needs.generate-version.outputs.version }}**\n\nThis is an automated build and may be unstable. Use with caution.'
|
||||||
|
|
||||||
if gh release view "$TAG" >/dev/null 2>&1; then
|
if gh release view "$TAG" >/dev/null 2>&1; then
|
||||||
echo "Release $TAG already exists, updating metadata and assets..."
|
echo "Release $TAG already exists, updating metadata and assets..."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue