From 42c9dbc7b72767f487e4ae0bf432dd099cef0cad Mon Sep 17 00:00:00 2001 From: scx1332 Date: Fri, 21 Jun 2024 13:52:29 +0200 Subject: [PATCH] Test build nightly --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffcada18..13381513 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 + with: + tag_name: v0.4.5-nightly + title: "v0.4.5-nightly" + body: "Nightly release v0.4.5-nightly" frontend: name: Build frontend