From 33892c63ecebeff418ef4da9ac16103d102dbae6 Mon Sep 17 00:00:00 2001 From: Cory Smith Date: Tue, 6 Sep 2022 19:42:06 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9fe78153..203ad92c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,12 +72,3 @@ jobs: path: | qb64/ qb64_development_win-x64*.7z - - name: Release - if: startsWith(github.ref, 'refs/tags/v') - uses: softprops/action-gh-release@v1 - with: - draft: true - files: | - qb64_development_win-x64*.7z - env: - GITHUB_TOKEN: $({ secrets.GITHUB_TOKEN }) \ No newline at end of file