diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index a90f1efb..3aa7d103 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -30,6 +30,9 @@ 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: |