From 4e5eef5a169528f9f74dcf3b76737d5c7b36b7c4 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 25 Mar 2026 11:41:54 +0100 Subject: [PATCH] remove release drafting from build flow --- .github/workflows/build.yml | 39 +------------------------------------ 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 218b1caae..3b4bb03b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,41 +46,4 @@ jobs: -Dsonar.host.url=https://sonarcloud.io env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - - name: Draft a release - if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 - with: - draft: true - discussion_category_name: releases - token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }} - generate_release_notes: true - body: |- - > [!NOTE] - > 🚧 Work in Progress 🚧 - > - > Please be patient, the [builds are still running](https://github.com/cryptomator/cryptomator/actions). Binary packages can be found here in a few moments. - - - - For a comprehensive view of changes, read the [CHANGELOG](https://github.com/cryptomator/cryptomator/blob/develop/CHANGELOG.md). - - --- - - - - - > [!TIP] - > You can verify the GPG signature of all assets using our public key: [`5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235`](https://gist.github.com/cryptobot/211111cf092037490275f39d408f461a). - - - - + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file