Skip to content

Commit 26e93ca

Browse files
committed
Fix GitHub release permissions
1 parent d4d7b10 commit 26e93ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
needs: build
5858
if: startsWith(github.ref, 'refs/tags/v')
5959
runs-on: ubuntu-latest
60+
permissions:
61+
contents: write
6062
steps:
6163
- name: Download APKs
6264
uses: actions/download-artifact@v4
@@ -68,6 +70,6 @@ jobs:
6870
uses: softprops/action-gh-release@v2
6971
with:
7072
files: "*.apk"
71-
generate_release_notes: true
73+
overwrite: true
7274
env:
7375
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)