Skip to content

Commit 9e28439

Browse files
authored
ci: rework release (#54)
1 parent e404320 commit 9e28439

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
env:
104104
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105105
run: |
106+
git config user.name "github-actions[bot]"
107+
git config user.email "github-actions[bot]@users.noreply.github.com"
106108
VERSION=${{ steps.version.outputs.version }}
107109
git tag -a "v$VERSION" -m "Release v$VERSION"
108110
git push origin "v$VERSION"

0 commit comments

Comments
 (0)