Skip to content

Commit

Permalink
fix typo (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
metrue authored Oct 12, 2019
1 parent b2a62cb commit c12d967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
echo "workflow is running on branch ${GITHUB_REF}"
if [[ ${GITHUB_REF} == "refs/heads/production" ]];then
if [[ ${GITHUB_REF} == "refs/heads/master" ]];then
version=${version}-alpha.${commit}
echo "alpha release $version"
elif [[ "${GITHUB_REF}" == *--auto-release ]];then
Expand Down

0 comments on commit c12d967

Please sign in to comment.