Skip to content

Commit

Permalink
ci(github-actions): use airflow-oss-bot to push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W authored and phanikumv committed Jul 25, 2023
1 parent c433648 commit dc7f2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Setup Github Actions git user
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git config --global user.name "airflow-oss-bot"
- name: Tag and push tag for triggering release
run: |
Expand Down

0 comments on commit dc7f2c4

Please sign in to comment.