Skip to content

Commit

Permalink
✨ Pass the version string to prepare_assets.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fiendish committed May 20, 2020
1 parent 73355d5 commit f4b2119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_action/gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SCRIPT=.github/prepare_assets.sh
if [ -f $SCRIPT ]; then
chmod u+x $SCRIPT
$SCRIPT
$SCRIPT $TAG
fi
- name: Create Release
Expand Down

0 comments on commit f4b2119

Please sign in to comment.