From 31f7fb111144ead79f951522f7175005b951ca37 Mon Sep 17 00:00:00 2001 From: ge0rdi Date: Sat, 30 May 2026 23:35:23 +0200 Subject: [PATCH] !!removeme!! temporary change to not create release by accident --- .github/workflows/build.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ec349f..9790730 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,17 +107,3 @@ jobs: uses: actions/download-artifact@v8 with: name: OpenShell - - - name: Create GitHub Release - uses: softprops/action-gh-release@v3 - with: - tag_name: v${{ needs.build.outputs.new_version }} - name: ${{ needs.build.outputs.new_version }} - generate_release_notes: true - prerelease: true - files: | - OpenShellSetup*.exe - OpenShellSymbols_*.7z - Utility.exe - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}