Skip to content

Commit

Permalink
Update goreleaser config to v2; move config to .github folder
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
  • Loading branch information
leecalcote committed Oct 8, 2024
1 parent c301ef8 commit eead3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: goreleaser WITHOUT tag
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
if: success() && startsWith(github.ref, 'refs/tags/') == false
env:
RELEASE_CHANNEL: "edge"
with:
version: latest
version: 2
args: release --snapshot --skip publish --clean -f .github/.goreleaser.yml

0 comments on commit eead3bf

Please sign in to comment.