Skip to content

Commit

Permalink
Merge pull request #7192 from habitat-sh/cm/fix-github-release-automa…
Browse files Browse the repository at this point in the history
…tion

[CI] Fix Github release script
  • Loading branch information
christophermaier authored Nov 14, 2019
2 parents dedf94e + f8e6df5 commit 2a0d02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .expeditor/scripts/finish_release/create_github_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ echo "--- :ruby: Installing 'hub' gem"
gem install hub

echo "--- :thinking_face: Determining sha and version to release"
get_manifest_for_environment "dev"
get_manifest_for_environment "stable"
read -r version gitsha <<< "$(jq -r '.version + " " + .sha' manifest.json)"

echo "--- :github: Creating release"
maybe_run hab release create --message "$version" --commitish "$gitsha" "$version"
maybe_run hub release create --message "$version" --commitish "$gitsha" "$version"

0 comments on commit 2a0d02a

Please sign in to comment.