We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8f8f2 commit a6106cdCopy full SHA for a6106cd
1 file changed
.github/workflows/meta-package.yml
@@ -78,6 +78,8 @@ jobs:
78
env:
79
TAG: ${{ matrix.tag }}
80
run: |
81
+ git config --global user.name "GitHub Actions"
82
+ git config --global user.email "actions@github.com"
83
git tag -a "${TAG}" -m "${TAG}"
84
git push origin "${TAG}"
85
0 commit comments