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 3700438 commit a875f23Copy full SHA for a875f23
1 file changed
.github/workflows/release-tag.yml
@@ -77,6 +77,8 @@ jobs:
77
env:
78
VERSION: ${{ steps.version.outputs.next }}
79
run: |
80
+ git config user.name "github-actions[bot]"
81
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
82
git tag -a "$VERSION" -m "Release $VERSION"
83
git push origin "$VERSION"
84
0 commit comments