diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index fe72a9e..868e48a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -56,4 +56,8 @@ 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 }} \ No newline at end of file + 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