From 7539f67c5bb976a41cb818287ae24261658554f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 24 Feb 2023 16:13:29 +0100 Subject: [PATCH] Don't create the release tow times --- .github/workflows/main.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 47640adf46..9b9945f2ca 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -142,17 +142,6 @@ jobs: - id: version run: echo "##[set-output name=version;]$(grep version gradle.properties|sed "s/ \+version=.\(.*\)./\1/g")" - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ steps.tag.outputs.tag }} - draft: false - prerelease: false - if: startsWith(github.ref, 'refs/tags/') && env.HAS_SECRETS == 'HAS_SECRETS' - name: Upload Release Asset uses: actions/upload-release-asset@v1.0.2 env: