We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e9d78 commit dba1cf4Copy full SHA for dba1cf4
.github/workflows/build.yml
@@ -28,4 +28,6 @@ jobs:
28
uses: ncipollo/release-action@v1
29
with:
30
artifacts: "build/app/outputs/apk/release/*.apk"
31
- token: ${{ secrets.MY_REPO_SECRET }}
+ token: ${{ secrets.MY_REPO_SECRET }}
32
+ commit: master
33
+ tag: v0.0.${{ github.run_number }}
0 commit comments