Skip to content

Commit

Permalink
👷 Fix tag release on manual flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Oct 6, 2021
1 parent ab755e7 commit aca608e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aca608e

Please sign in to comment.