Add release comment action

This commit is contained in:
Tim Kluge 2025-04-17 23:20:57 +02:00
parent 78bc93b36e
commit 707cd2cd69

View File

@ -57,3 +57,7 @@ jobs:
artifacts: app/build/outputs/apk/release/app-release.apk, app/manifest.json, app/karoo-headwind.png artifacts: app/build/outputs/apk/release/app-release.apk, app/manifest.json, app/karoo-headwind.png
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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