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:
|
||||
name: signed_apk
|
||||
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