Skip to content

Commit 2c9a37c

Browse files
committed
Fix release workflow
1 parent b470018 commit 2c9a37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
assets=$(find . -name "*${{steps.tagger.outputs.tag}}*.jar" -or -name " *release.aar" | while read -r asset ; do echo "-a $asset" ; done)
4242
set -x
43-
hub release create $PRE_RELEASE ${assets} -m "${{steps.tagger.outputs.tag}}"
43+
hub release create $PRE_RELEASE ${assets} "${{steps.tagger.outputs.tag}}"
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
VERSION: ${{steps.tagger.outputs.tag}}

0 commit comments

Comments
 (0)