Skip to content

Commit

Permalink
chmod gradlew as the pipeline needs permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonschia committed Jun 28, 2024
1 parent bcff89c commit 8906022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-android-vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
commit_message: "Convert updated SVG files to Android vector files"
file_pattern: "android/"
skip_dirty_check: false
- name: chmod gradle
run: chmod +x android/gradlew
- name: Publish Android
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8906022

Please sign in to comment.