Skip to content

Commit

Permalink
CI release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
solarw committed Nov 18, 2022
1 parent 56ddb34 commit 96ec058
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
PYPI_PASSWORD: ${{secrets.FETCHBOT_PYPI_TOKEN}}
run: |
pip install tomli packaging poetry
git config --global user.email "ci-bot@fetch.ai"
git config --global user.name "CI BOT"
python3 ./scripts/do-release.py

0 comments on commit 96ec058

Please sign in to comment.