debugging

This commit is contained in:
Jonathan Wren 2020-11-21 14:52:34 -08:00
parent eca9d0b316
commit db3c99cb3b
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -30,6 +30,9 @@ 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: |