Skip to content

Commit a6106cd

Browse files
committed
Setup a git user to allow tag pushes
1 parent 9c8f8f2 commit a6106cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/meta-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
env:
7979
TAG: ${{ matrix.tag }}
8080
run: |
81+
git config --global user.name "GitHub Actions"
82+
git config --global user.email "actions@github.com"
8183
git tag -a "${TAG}" -m "${TAG}"
8284
git push origin "${TAG}"
8385

0 commit comments

Comments
 (0)