Skip to content

Commit dba1cf4

Browse files
authored
Update build.yml
1 parent d4e9d78 commit dba1cf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
uses: ncipollo/release-action@v1
2929
with:
3030
artifacts: "build/app/outputs/apk/release/*.apk"
31-
token: ${{ secrets.MY_REPO_SECRET }}
31+
token: ${{ secrets.MY_REPO_SECRET }}
32+
commit: master
33+
tag: v0.0.${{ github.run_number }}

0 commit comments

Comments
 (0)