Skip to content

Commit

Permalink
ci: fix github action for release and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Apr 6, 2021
1 parent 105761d commit be812d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be812d7

Please sign in to comment.