From bf255337a4c90f8032dc9133dd0e10bf516b3abd Mon Sep 17 00:00:00 2001 From: Alex Bucknall Date: Mon, 10 Nov 2025 13:21:32 +0000 Subject: [PATCH] chore: update goreleaser config and release workflow --- .github/workflows/release.yml | 2 +- .goreleaser.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71c640a..b06561b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser - version: latest + version: '~> v2' args: release -f .goreleaser.yaml --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 973a3e2..dee78c8 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -86,7 +86,7 @@ nfpms: - id: notecard_deb package_name: notecard - builds: + ids: - notecard-linux vendor: Blues homepage: https://blues.com @@ -99,7 +99,7 @@ nfpms: - id: notehub_deb package_name: notehub - builds: + ids: - notehub-linux vendor: Blues homepage: https://blues.com @@ -109,7 +109,7 @@ nfpms: formats: - deb -brews: +homebrew_casks: - repository: owner: blues name: homebrew-note-cli