1
1
Fork 0
mirror of https://github.com/mcuadros/ascode synced 2024-05-08 08:36:15 +02:00

ci: fix github action for release and documentation

This commit is contained in:
Máximo Cuadros 2021-04-06 16:21:40 +02:00
parent 105761d00a
commit be812d7a42
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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