From f5c3dc88878f2eb07df09591490a228dfe26d965 Mon Sep 17 00:00:00 2001 From: wargio Date: Thu, 12 Dec 2024 13:27:27 +0800 Subject: [PATCH] Add tag for nightly --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1806970..c388784 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,7 +149,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 - name: List downloaded files - run: ls -lah * */* + run: ls -lah rz-notebook-*/* - name: Create Release if: startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'test-release') @@ -168,6 +168,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} name: Nightly draft: false + tag_name: nightly prerelease: true files: | ./rz-notebook-*/* \ No newline at end of file