Skip to content

Commit

Permalink
git config
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 3, 2024
1 parent c88431a commit 217a002
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/complete_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Git Config
run: |
git config --global user.name "bfabricPy Bot"
git config --global user.email "bfabricpy-bot-noreply@fgcz.ethz.ch"
- name: Create tag (with Python)
run: |
# Find the version
Expand Down

0 comments on commit 217a002

Please sign in to comment.