setup git user

This commit is contained in:
Casey Lee 2022-06-20 16:38:48 -07:00
parent 8d74ac8166
commit d1ca48642e

View file

@ -1,4 +1,4 @@
name: tag-monthly
name: promote
on:
schedule:
- cron: '0 2 1 * *'
@ -9,13 +9,14 @@ env:
jobs:
release:
name: tag-monthly
name: promote
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: master
- uses: fregante/setup-git-user@v1
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}