Skip to content

Commit

Permalink
ENG-1235: change credentials of release tagger
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadHasan-Rasa committed Sep 12, 2024
1 parent 3ae845c commit 562d7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
COMMIT_EMAIL: [email protected].com
COMMIT_EMAIL: rasabot@rasa.com
DEFAULT_PYTHON_VERSION: "3.10"

jobs:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Configure git
run: |
git config --global user.email ${{ env.COMMIT_EMAIL }}
git config --global user.name "Github Actions"
git config --global user.name "rasabot"
- name: Tag Release
run: make tag-release

0 comments on commit 562d7f1

Please sign in to comment.