chore: rename rolling release to nightly

This commit is contained in:
zhom
2025-05-30 05:52:39 +04:00
parent a58a814369
commit 26a5be55f1
+3 -3
View File
@@ -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 }}