feat: add auto release
This commit is contained in:
5
.github/workflows/push.yaml
vendored
5
.github/workflows/push.yaml
vendored
@@ -50,3 +50,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: signed_apk
|
name: signed_apk
|
||||||
path: ${{steps.sign.outputs.signedReleaseFile}}
|
path: ${{steps.sign.outputs.signedReleaseFile}}
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
with:
|
||||||
|
files: ${{steps.sign.outputs.signedReleaseFile}}
|
||||||
Reference in New Issue
Block a user