From 26a5be55f1cccd7176992d3a01ce7d98122fca84 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Fri, 30 May 2025 05:52:39 +0400 Subject: [PATCH] chore: rename rolling release to nightly --- .github/workflows/rolling-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index f850247..2cc72be 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -95,9 +95,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: "alpha-${{ steps.commit.outputs.hash }}" - releaseName: "Donut Browser Alpha (Build ${{ steps.commit.outputs.hash }})" - releaseBody: "⚠️ **Alpha Release** - This is an automatically generated pre-release build from the latest main branch. Use with caution.\n\nCommit: ${{ github.sha }}\nBuild: ${{ steps.commit.outputs.hash }}" + tagName: "nightly-${{ steps.commit.outputs.hash }}" + releaseName: "Donut Browser Nightly (Build ${{ steps.commit.outputs.hash }})" + releaseBody: "⚠️ **Nightly Release** - This is an automatically generated pre-release build from the latest main branch. Use with caution.\n\nCommit: ${{ github.sha }}\nBuild: ${{ steps.commit.outputs.hash }}" releaseDraft: false prerelease: true args: ${{ matrix.args }}