Skip to content

Commit

Permalink
build: use hub action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Sep 30, 2023
1 parent 65d3357 commit 7d68104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: ./gradlew assembleRelease
- name: Set current directory as a safe repository
run: git config --global --add safe.directory /github/workspace
- name: Releasing using Hub
uses: r0user/release-apk@main
- uses: geertvdc/setup-hub@master
- name: Release using hub
run: hub release create -a ./app/build/outputs/apk/release/**.apk -m "v${GITHUB_REF##*/}" ${GITHUB_REF##*/}
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
APP_FOLDER: app

0 comments on commit 7d68104

Please sign in to comment.