Skip to content

Commit

Permalink
ci: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Dec 8, 2023
1 parent cff8971 commit 0997967
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Prepare vembed info
run: echo "VEMBED=$(vembed)" >> $GITHUB_ENV
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
Expand Down
16 changes: 8 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ archives:
- LICENSE

brews:
- tap:
- repository:
owner: stenic
name: homebrew-tap
folder: Formula
Expand All @@ -56,13 +56,13 @@ brews:
install: |-
bin.install "{{ .ProjectName }}"
scoop:
bucket:
owner: stenic
name: scoop-bucket
homepage: "{{ .Env.PROJECT_HOMEPAGE }}"
description: "{{ .Env.PROJECT_DESCRIPTION }}"
license: "{{ .Env.LICENSE }}"
scoops:
- repository:
owner: stenic
name: scoop-bucket
homepage: "{{ .Env.PROJECT_HOMEPAGE }}"
description: "{{ .Env.PROJECT_DESCRIPTION }}"
license: "{{ .Env.LICENSE }}"

nfpms:
- file_name_template: '{{ .ConventionalFileName }}'
Expand Down

0 comments on commit 0997967

Please sign in to comment.