Skip to content

Commit d66ca2f

Browse files
authored
Merge pull request #846 from buildo/fix-action
Fix push author
2 parents 6cb31a1 + eb2ed64 commit d66ca2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions-js/push@master
3636
with:
3737
message: ${{ github.ref_name }}
38+
author_name: buildo-release-bot[bot]
3839
github_token: ${{ steps.github_app_token.outputs.token }}
3940

4041
- name: Publish to npm

0 commit comments

Comments
 (0)