Skip to content

Commit c7a0023

Browse files
authored
Update release.yaml
1 parent e963d2f commit c7a0023

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
-
4444
name: Tests
4545
run: |
46-
go mod tidy
4746
go test -v ./...
4847
# Login against a Docker registry except on PR
4948
# https://github.com/docker/login-action
@@ -62,4 +61,4 @@ jobs:
6261
version: latest
6362
args: release --rm-dist
6463
env:
65-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)