Skip to content

Commit 251a549

Browse files
authored
chore(ci): fix syntax
1 parent c080c91 commit 251a549

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/on_release_notes.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
1818
- name: Generate changelog
1919
run: make changelog
20-
- name: Git setup
20+
- name: Git setup
2121
run: |
22-
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
2322
git config user.name "Release bot"
2423
git config user.email "<>"
2524

0 commit comments

Comments
 (0)