Skip to content

Commit

Permalink
chore: update goreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
k3rn31 committed Dec 19, 2023
1 parent 0e7c700 commit 5554e7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
DOCKER_CLI_EXPERIMENTAL: "enabled"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch all tags
Expand All @@ -28,11 +28,11 @@ jobs:
username: gogremlins
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ nfpms:
- deb
- rpm
brews:
- tap:
- repository:
owner: go-gremlins
name: homebrew-tap
branch: main
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fieldalignment:

.PHONY: snapshot
snapshot:
${RELEASE} --snapshot --rm-dist
${RELEASE} --snapshot --clean

.PHONY: clean
clean:
Expand Down

0 comments on commit 5554e7b

Please sign in to comment.