Skip to content

Commit

Permalink
Fix release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodit committed Apr 11, 2022
1 parent 4fd399e commit d0dc1e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/apk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:

- name: Generate Version Info
run: ./gradlew versionInfo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish Release APK and Bindings
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit d0dc1e8

Please sign in to comment.