We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9a37c commit 72ddfe0Copy full SHA for 72ddfe0
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
fi
41
assets=$(find . -name "*${{steps.tagger.outputs.tag}}*.jar" -or -name " *release.aar" | while read -r asset ; do echo "-a $asset" ; done)
42
set -x
43
- hub release create $PRE_RELEASE ${assets} "${{steps.tagger.outputs.tag}}"
+ hub release create $PRE_RELEASE ${assets} -m "${{steps.tagger.outputs.tag}}" "${{steps.tagger.outputs.tag}}"
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
VERSION: ${{steps.tagger.outputs.tag}}
0 commit comments