Skip to content

Commit

Permalink
fix: run meta generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Aug 28, 2022
1 parent aafe5df commit 87405b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build clean
run: ./gradlew build clean generateMeta
- name: Install Android build-tools
run: sdkmanager "build-tools;32.0.0"
- name: Setup semantic-release
Expand Down

0 comments on commit 87405b8

Please sign in to comment.