mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-16 06:36:44 +02:00
Update release.yml
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -60,6 +60,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GH_ACCESS_TOKEN }}
|
github_token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
custom_tag: "${{ steps.extract_version.outputs.tag }}"
|
custom_tag: "${{ steps.extract_version.outputs.tag }}"
|
||||||
|
tag_prefix: ""
|
||||||
|
|
||||||
- name: Create Release And Upload APKs
|
- name: Create Release And Upload APKs
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
@ -68,6 +69,7 @@ jobs:
|
|||||||
tag: "${{ steps.extract_version.outputs.tag }}"
|
tag: "${{ steps.extract_version.outputs.tag }}"
|
||||||
prerelease: "${{ steps.extract_version.outputs.beta }}"
|
prerelease: "${{ steps.extract_version.outputs.beta }}"
|
||||||
artifacts: ./build/app/outputs/flutter-apk/*-release*.apk*
|
artifacts: ./build/app/outputs/flutter-apk/*-release*.apk*
|
||||||
|
body: ${{ steps.tag_version.outputs.changelog }}
|
||||||
draft: true
|
draft: true
|
||||||
|
|
||||||
- name: Archive Reports For Job
|
- name: Archive Reports For Job
|
||||||
|
Reference in New Issue
Block a user