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