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 adca22d commit 10c6078Copy full SHA for 10c6078
.github/workflows/release.yml
@@ -26,4 +26,4 @@ jobs:
26
- name: Release using github cli
27
run: gh release create ${GITHUB_REF##*/} ./app/build/outputs/apk/release/**.apk
28
env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.TOKEN }}
0 commit comments