From 2d9e36a83929e8832fb211b6ac2e1db6178fc406 Mon Sep 17 00:00:00 2001 From: jiangpeng <11565373+bysomeone@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:37:40 +0800 Subject: [PATCH] ci:fix github action --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 948f2f1..2f52df8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: 'go.mod' + go-version-file: 'go.mod' - name: Intsall Golangci-lint run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7323cf8..01cdd92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: node-version: 14 - name: Semantic Release - uses: cycjimmy/semantic-release-action@v3 + uses: cycjimmy/semantic-release-action@v4 id: semantic with: branch: master