diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index ce876ec..99e520d 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -49,5 +49,12 @@ jobs: with: artifacts: "build/app/outputs/apk/debug/*.apk" token: ${{ secrets.GITHUB_TOKEN }} - tag_name: ${{ github.event.inputs.name }} - release_name: v${{ github.event.inputs.name }} + tag: ${{ github.event.inputs.name }} + allowUpdates: true + artifactErrorsFailBuild: false + artifactContentType: "raw" + bodyFile: "body.md" + discussionCategory: "Release" + draft: false + prerelease: false + replacesArtifacts: true