Skip to content

Commit

Permalink
fix: check out first
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 committed May 8, 2023
1 parent 7e3d737 commit 8eac46d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
run: |
sudo apt-get -y update
sudo apt-get -y install rpm
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Release
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit 8eac46d

Please sign in to comment.