Skip to content

Commit af26939

Browse files
authored
disable linter for release-on-tag (#249)
1 parent 1af6103 commit af26939

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release-on-tag.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
- name: Test
2929
run: go test -count=1 -race ./...
3030

31-
- name: Lint
32-
uses: golangci/golangci-lint-action@v2
33-
with:
34-
version: v1.33
35-
3631
- name: Version
3732
run: |
3833
echo "RELEASE_VERSION=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV

0 commit comments

Comments
 (0)