mirror of
https://github.com/mcuadros/ascode
synced 2024-11-22 17:02:03 +01:00
ci: fix github action for release and documentation
This commit is contained in:
parent
105761d00a
commit
be812d7a42
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -16,9 +16,9 @@ jobs:
|
||||
path: ${{env.WORKING_PATH}}
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2-beta
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14.x
|
||||
go-version: 1.16.x
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Set GO_LDFLAGS
|
||||
run: |
|
||||
echo ::set-env name=GO_LDFLAGS::$(make goldflags)
|
||||
echo "GO_LDFLAGS=$(make goldflags)" >> $GITHUB_ENV
|
||||
|
||||
- name: Release binaries
|
||||
uses: mcuadros/go-release-action@master
|
||||
|
Loading…
Reference in New Issue
Block a user