Skip to content

Commit d015f94

Browse files
authored
Update release.yml (#124)
Address the error in the actions logs <!--- Note to EXTERNAL Contributors --> <!-- Thanks for opening a PR! If it is a significant code change, please **make sure there is an open issue** for this. We work best with you when we have accepted the idea first before you code. --> <!--- For ALL Contributors 👇 --> ## What was changed <!-- Describe what has changed in this PR --> ## Why? <!-- Tell your future self why have you made these changes --> ## Checklist <!--- add/delete as needed ---> 1. Closes <!-- add issue number here --> 2. How was this tested: <!--- Please describe how you tested your changes/how we can test them --> 3. Any docs updates needed? <!--- update README if applicable or point out where to update docs.temporal.io -->
1 parent ce73050 commit d015f94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- name: Configure Git
7676
run: |
7777
echo ${{ steps.generate_token.outputs.token }} | gh auth login --with-token
78+
gh auth status -a
79+
git config --global user.name "temporal-cicd[bot]"
80+
git config --global user.email "[email protected]"
7881
7982
- name: Install Helm
8083
uses: azure/setup-helm@v3

0 commit comments

Comments
 (0)