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 6aec1d6 commit 7f51453Copy full SHA for 7f51453
.github/workflows/main.yml
@@ -20,4 +20,5 @@ jobs:
20
with:
21
artifacts: "build/app/outputs/apk/debug/*.apk"
22
token: ${{ secrets.TOKEN }}
23
- commit: $GITHUB_SHA
+ commit: ${GITHUB_SHA::8}
24
+ tag: ${GITHUB_SHA::8}
0 commit comments