Skip to content

Commit

Permalink
Merge pull request probonopd#69 from coslyk/fix-creating-prerelease
Browse files Browse the repository at this point in the history
Fix "Cannot figure out the release URL for continuous"
  • Loading branch information
probonopd authored Sep 29, 2020
2 parents 1b6a480 + 40e3bc9 commit 1f1f4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ else
if [ -z "$UPLOADTOOL_ISPRERELEASE" ] ; then
is_prerelease="false"
else
is_prerelease="$true"
is_prerelease="true"
fi
;;
*-alpha*|*-beta*|*-rc*)
Expand Down

0 comments on commit 1f1f4e9

Please sign in to comment.