Skip to content

Commit

Permalink
feat: use github app as tag committer
Browse files Browse the repository at this point in the history
  • Loading branch information
ehakan committed May 10, 2024
1 parent 464fa79 commit f4080ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ jobs:
- name: Create orphan commit and separate version tags
working-directory: "orphan"
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
# kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com>
git config user.name "kloia-tfmodules-releaser[bot]"
git config user.email "169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com"
git checkout --orphan orphan/${{ github.sha }}
git rm -rf .
cp -r --copy-contents ../${{ matrix.released_path }}/* .
Expand Down

0 comments on commit f4080ae

Please sign in to comment.