take out debugging statements

This commit is contained in:
Jonathan Wren 2020-11-21 15:00:03 -08:00
parent 19eabe7df2
commit 3bd3900d9c
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -31,9 +31,6 @@ jobs:
echo "BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV echo "BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV
echo "FILENAME=CHANGELOG.md" >> $GITHUB_ENV echo "FILENAME=CHANGELOG.md" >> $GITHUB_ENV
echo "gittag=$(git tag --sort=-creatordate | grep -Ev '(alpha|beta|rc)' | awk 'NR==1')" >> $GITHUB_ENV echo "gittag=$(git tag --sort=-creatordate | grep -Ev '(alpha|beta|rc)' | awk 'NR==1')" >> $GITHUB_ENV
echo "git tag: $(git tag --sort=-creatordate)"
echo "git tag: $(git tag --sort=-creatordate | grep -Ev '(alpha|beta|rc)')"
echo "git tag: $(git tag --sort=-creatordate | grep -Ev '(alpha|beta|rc)' | awk 'NR==1')"
- name: Prep changelog file (clear out old lines) - name: Prep changelog file (clear out old lines)
run: | run: |