Skip to content

Commit

Permalink
Make goreleaser version consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Oct 3, 2024
1 parent 9c466e1 commit 2e27817
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
with:
go-version-file: 'go.mod'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean
- name: Run release
run: make release
env:
GITHUB_TOKEN: ${{ secrets.GA_GORELEASER_TOKEN }}
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ compile:

lint:
$(golangci-lint) run
$(goreleaser) check
$(goreleaser) check

release:
$(goreleaser) release --clean

0 comments on commit 2e27817

Please sign in to comment.