feat: create release v2.0.6

This commit is contained in:
ibo
2024-07-04 00:31:33 +02:00
committed by GitHub
parent 684ec0514d
commit bdbf44ddfc

View File

@@ -6,10 +6,14 @@ on:
- dev
paths-ignore:
- '**/README.md'
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
env:
CI: true
SKIP_BUILD: false
@@ -99,7 +103,7 @@ jobs:
fi
- name: Upload a Build Artifact
if: ${{ env.SKIP_BUILD != 'true' || github.repo == 'rebelonion/Dantotsu' }}
if: ${{ env.SKIP_BUILD != 'true' && github.repo == 'rebelonion/Dantotsu' }}
uses: actions/upload-artifact@v4
with:
name: Dantotsu
@@ -109,9 +113,7 @@ jobs:
- name: Create GitHub Release
if: ${{ env.SKIP_BUILD != 'true' && github.repo != 'rebelonion/Dantotsu' }}
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v2.0.6
with:
files: app/build/outputs/apk/google/alpha/app-google-alpha.apk
name: Alpha Build ${{ env.VERSION }}
@@ -122,6 +124,9 @@ jobs:
Changelog:
${{ env.COMMIT_LOG }}
prerelease: true
generate_release_notes: true
fail_on_unmatched_files: true
make_latest: true
- name: Upload APK to Discord and Telegram
shell: bash