setup git user
This commit is contained in:
parent
8d74ac8166
commit
d1ca48642e
1 changed files with 3 additions and 2 deletions
|
@ -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 }}
|
Loading…
Reference in a new issue