From c83f74c88eb192554cb5e975192bdc232a7dff20 Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Wed, 3 Jan 2024 19:48:15 +0200 Subject: [PATCH] Don't try and make a release commit --- .github/workflows/deploy-android.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy-android.yml b/.github/workflows/deploy-android.yml index a16ffe8d9..e3ddb0ad2 100644 --- a/.github/workflows/deploy-android.yml +++ b/.github/workflows/deploy-android.yml @@ -76,16 +76,16 @@ jobs: path: ${{steps.sign_app.outputs.signedReleaseFile}} retention-days: 4 - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token - with: - tag_name: ${{ github.run_number }} - release_name: Release V${{ github.run_number }} - draft: false - prerelease: false + # - name: Create Release + # id: create_release + # uses: actions/create-release@v1.1.4 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + # with: + # tag_name: ${{ github.run_number }} + # release_name: Release V${{ github.run_number }} + # draft: false + # prerelease: false - name: Upload Release AAB id: upload-release-asset