Skip to content

Commit

Permalink
Merge pull request #534 from AZ-AI/towncrier-release-fixes
Browse files Browse the repository at this point in the history
more towncrier release fixes
  • Loading branch information
rsbf authored Feb 28, 2023
2 parents 82db4c6 + 48c02dc commit d861e54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ jobs:

- name: Build changelogs
run: |
# reset to make sure only the outputs of the next steps are commited
. kazu-env/bin/activate
# reset to make sure only the outputs of the next steps are committed
cd $GITHUB_WORKSPACE
GITHUB_BOT="[email protected]"
git config --global user.name 'Kazu Version Bump'
Expand Down

0 comments on commit d861e54

Please sign in to comment.