Skip to content

Commit

Permalink
disable linter for release-on-tag (#250)
Browse files Browse the repository at this point in the history
Signed-off-by: yaron2 <[email protected]>
  • Loading branch information
yaron2 authored Jan 25, 2022
1 parent 1af6103 commit 0f655e8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
- name: Test
run: go test -count=1 -race ./...

- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.33

- name: Version
run: |
echo "RELEASE_VERSION=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
Expand Down

0 comments on commit 0f655e8

Please sign in to comment.