We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c080c91 commit 251a549Copy full SHA for 251a549
.github/workflows/on_release_notes.yml
@@ -17,9 +17,8 @@ jobs:
17
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
18
- name: Generate changelog
19
run: make changelog
20
- - name: Git setup
+ - name: Git setup
21
run: |
22
- # setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
23
git config user.name "Release bot"
24
git config user.email "<>"
25
0 commit comments