Skip to content

Commit

Permalink
ci:fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bysomeone committed Oct 12, 2023
1 parent 9bca302 commit 2d9e36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d9e36a

Please sign in to comment.