Update release workflow

This commit is contained in:
wingio 2023-03-30 13:33:28 -04:00
parent 014bbfcc10
commit f5e3eef0d6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ jobs:
git tag "$tag"
git push origin "$tag"
gh release create "$tag" \
--title "v${{ github.event.inputs.versionName }}" \
--title "${{ github.event.inputs.versionName }}" \
--generate-notes \
app/build/outputs/apk/release/Manager.apk
env: