From 9346b17c68f31e9e30eb105306774d54ec147955 Mon Sep 17 00:00:00 2001 From: Tim Kluge Date: Thu, 17 Apr 2025 23:27:39 +0200 Subject: [PATCH] Revert "Add release comment action" This reverts commit 707cd2cd690895181126f5deccc136eeafd744af. --- .github/workflows/android.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 868e48a..fe72a9e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -56,8 +56,4 @@ jobs: generateReleaseNotes: true artifacts: app/build/outputs/apk/release/app-release.apk, app/manifest.json, app/karoo-headwind.png env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Comment on related issues and pull requests - if: startsWith(github.ref, 'refs/tags/') - uses: remix-run/release-comment-action@0.4.1 \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file