Skip to content

Commit 9839602

Browse files
committed
use build vars
1 parent 602fe46 commit 9839602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jarbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ jobs:
544544
# https://github.com/cli/cli/issues/9586
545545
for artifact in artifacts/*/*; do
546546
sleep 1
547-
gh release upload ${release_tag_name} \
547+
gh release upload ${{github.event.inputs.release_tag_name}} \
548548
--repo ${GITHUB_REPOSITORY} \
549549
$artifact
550550
done

0 commit comments

Comments
 (0)