mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
take out debugging statements
This commit is contained in:
parent
19eabe7df2
commit
3bd3900d9c
1 changed files with 0 additions and 3 deletions
3
.github/workflows/changelog.yaml
vendored
3
.github/workflows/changelog.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue