From 18d9b19f9ff9262da9b1e266e231c6c20bcec9ac Mon Sep 17 00:00:00 2001 From: Giovanni <561184+wargio@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:23:31 +0800 Subject: [PATCH] Remove id (#9) --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2eb33f9..1806970 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -152,7 +152,6 @@ jobs: run: ls -lah * */* - name: Create Release - id: create_release if: startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'test-release') uses: softprops/action-gh-release@v2 with: @@ -164,7 +163,6 @@ jobs: ./rz-notebook-*/* - name: Create Nightly - id: create_release uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GITHUB_TOKEN }}