Skip to content

Commit

Permalink
Ignore linter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimShtein committed Apr 4, 2022
1 parent d90564f commit b880bd6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
tagRegexGroup: 1 # Optional. Default is 1.
- name: Checkout the repository
uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0' # The Go version to download (if necessary) and use.
- run: |
go vet .
# - uses: actions/setup-go@v3
# with:
# go-version: '^1.17.0' # The Go version to download (if necessary) and use.
# - run: |
# go vet .
- name: Generate build files
uses: thatisuday/[email protected]
with:
Expand All @@ -42,6 +42,7 @@ jobs:
env:
VERSION: '${{ steps.tagName.outputs.tag }}'
- name: Upload binaries to release
if: "${{ steps.tagName.outputs.tag != '' }}" # tag will be empty on pull requests, no publishing needed
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b880bd6

Please sign in to comment.