Skip to content

Commit

Permalink
Fix release script typo
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Estes <estesp@gmail.com>
  • Loading branch information
estesp committed Mar 29, 2021
1 parent 403cf7a commit 7ab380f
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 @@ -212,7 +212,7 @@ jobs:
sudo make install PREFIX=/usr/local
popd
echo "Pre-release: ${PRERELEASE}"
if [ "${PRERELEASE" == "true" ]; then
if [ "${PRERELEASE}" == "true" ]; then
cat packaging/pushml-pre.yaml | sed "s,VERS,${RELEASE_VER}," >pushml.yml
else
cat packaging/pushml.yaml | sed "s,VERS,${RELEASE_VER}," >pushml.yml
Expand Down

0 comments on commit 7ab380f

Please sign in to comment.