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 e404320 commit 9e28439Copy full SHA for 9e28439
1 file changed
.github/workflows/create_release.yml
@@ -103,6 +103,8 @@ jobs:
103
env:
104
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105
run: |
106
+ git config user.name "github-actions[bot]"
107
+ git config user.email "github-actions[bot]@users.noreply.github.com"
108
VERSION=${{ steps.version.outputs.version }}
109
git tag -a "v$VERSION" -m "Release v$VERSION"
110
git push origin "v$VERSION"
0 commit comments