Skip to content

Commit

Permalink
take out debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
wren committed Nov 21, 2020
1 parent fab15d1 commit ace5549
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
echo "BRANCH=${GITHUB_REF##*/}" >> $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 "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)
run: |
Expand Down

0 comments on commit ace5549

Please sign in to comment.