Skip to content

Commit

Permalink
fix publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Apr 29, 2019
1 parent 26e061a commit ac72c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export E2E_PAKET_VERSION="5.198.0"

function get_version_tag {
changelog_first_line=$(cat ${changelog_file} | head -1)
changelog_version=$(get_last_version_from_changelog "${changelog_file}")
changelog_version=$(releaser::get_last_version_from_changelog "${changelog_file}")
short_sha=$(git rev-parse --short=8 HEAD)
if [[ "${changelog_first_line}" == "#"*"Unreleased"* ]] || [[ "${changelog_first_line}" == "#"*"unreleased"* ]] || [[ "${changelog_first_line}" == "#"*"UNRELEASED"* ]];then
log_info "Top of changelog has 'Unreleased' flag"
Expand Down

0 comments on commit ac72c2f

Please sign in to comment.