We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d3357 commit 7d68104Copy full SHA for 7d68104
.github/workflows/release.yml
@@ -22,8 +22,8 @@ jobs:
22
run: ./gradlew assembleRelease
23
- name: Set current directory as a safe repository
24
run: git config --global --add safe.directory /github/workspace
25
- - name: Releasing using Hub
26
- uses: r0user/release-apk@main
+ - uses: geertvdc/setup-hub@master
+ - name: Release using hub
27
+ run: hub release create -a ./app/build/outputs/apk/release/**.apk -m "v${GITHUB_REF##*/}" ${GITHUB_REF##*/}
28
env:
29
GITHUB_TOKEN: ${{ secrets.TOKEN }}
- APP_FOLDER: app
0 commit comments