Skip to content

Commit

Permalink
add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed Jan 30, 2024
1 parent 884aaaf commit dcba1f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-kyaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,7 @@ jobs:
go-version-file: go.work
- name: Release kyaml
run: |
git config --global user.email "development@email.com"
git config --global user.name "Development"
make install-tools
gorepomod release kyaml ${{ inputs.release_type }} --local --doIt

0 comments on commit dcba1f8

Please sign in to comment.