setup git user before trying to commit

This commit is contained in:
Bastian Doetsch 2022-08-26 16:00:45 +02:00
parent 716a04de88
commit 4da66e212d
No known key found for this signature in database
GPG Key ID: 1BE16C0988EB5F97

View File

@ -26,6 +26,9 @@ jobs:
rm -rf .bin/
rm -rf dist/
- name: Set up Git actions user
uses: fregante/setup-git-user@v1
- name: Collect and save licenses
run: |
go install github.com/google/go-licenses@latest