Skip to content

Commit

Permalink
Remove debug logging of pre-release status from scripts
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 7ab380f commit da50a35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ jobs:
make binary
sudo make install PREFIX=/usr/local
popd
echo "Pre-release: ${PRERELEASE}"
if [ "${PRERELEASE}" == "true" ]; then
cat packaging/pushml-pre.yaml | sed "s,VERS,${RELEASE_VER}," >pushml.yml
else
Expand Down

0 comments on commit da50a35

Please sign in to comment.