From 3d56c2fbfef110feb140e8e92dbf651bb60d088b Mon Sep 17 00:00:00 2001 From: Sora <45709238+sorabug@users.noreply.github.com> Date: Sun, 16 Apr 2023 08:22:22 +0800 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index c0067fc..c56b049 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -41,18 +41,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # Create Release - - name: Create Release - id: create_release - uses: actions/create-release@v1.9.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: AutoBuild - release_name: AutoBuild - body: ${{ steps.changelog.outputs.changelog }} - draft: false - prerelease: true # Upload Release Asset - name: Upload Release Asset