Skip to content

Commit 0cc940f

Browse files
fix: remove go mod tidy from release CI
1 parent ce4bbd6 commit 0cc940f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}
3232
password: ${{ secrets.GITHUB_TOKEN }}
33-
- name: go mod tidy
34-
run: go mod tidy
3533
- name: Run GoReleaser
3634
uses: goreleaser/goreleaser-action@v6
3735
with:

0 commit comments

Comments
 (0)