Skip to content

Commit

Permalink
add inputs to publish workflow (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed May 26, 2024
1 parent 07e5c16 commit edc17da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: Publish a new Release

on:
push:
Expand Down Expand Up @@ -102,5 +102,6 @@ jobs:
prerelease: false
artifacts: sample/build/outputs/apk/release/pro.respawn.flowmvi.sample.apk
body: ${{steps.build_changelog.outputs.changelog}}
tag: ${{ inputs.tag != '' && inputs.tag || github.ref_name }}
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit edc17da

Please sign in to comment.