Skip to content

Commit be812d7

Browse files
committed
ci: fix github action for release and documentation
1 parent 105761d commit be812d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
path: ${{env.WORKING_PATH}}
1717

1818
- name: Install Go
19-
uses: actions/setup-go@v2-beta
19+
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.14.x
21+
go-version: 1.16.x
2222

2323
- name: Setup Hugo
2424
uses: peaceiris/actions-hugo@v2

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Set GO_LDFLAGS
1919
run: |
20-
echo ::set-env name=GO_LDFLAGS::$(make goldflags)
20+
echo "GO_LDFLAGS=$(make goldflags)" >> $GITHUB_ENV
2121
2222
- name: Release binaries
2323
uses: mcuadros/go-release-action@master

0 commit comments

Comments
 (0)