Skip to content

Commit 24a1f42

Browse files
committed
fix missing perm
1 parent 2decc96 commit 24a1f42

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "v*"
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest
@@ -31,7 +34,6 @@ jobs:
3134
KEY_ALIAS: ${{ secrets.ANDROID_KEY_ALIAS }}
3235
KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
3336
run: |
34-
ls "$KEYSTORE_PATH"
3537
chmod +x gradlew
3638
./gradlew assembleRelease
3739

0 commit comments

Comments
 (0)