Skip to content

Commit a43171c

Browse files
Merge pull request #6 from Checkmarx/alex-fix-release
Fix Release Flow (AST-0000)
2 parents 3ae799f + 4337d80 commit a43171c

File tree

3 files changed

+391
-369
lines changed

3 files changed

+391
-369
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
- name: Create a new tag
4848
run: |
49+
git config --global user.name "github-actions"
50+
git config --global user.email "[email protected]"
4951
new_tag=${{ steps.bump.outputs.new_version }}
5052
git tag $new_tag -m "${{ env.formatted_title }}"
5153
git push origin $new_tag

0 commit comments

Comments
 (0)