From 3aa1ff5e40bddcb0297d86e0c4968a6350193de7 Mon Sep 17 00:00:00 2001 From: bitionaire Date: Mon, 30 Mar 2026 19:28:58 +0200 Subject: [PATCH] Fix AUR packaging --- .changes/feat__aur-package.md | 2 +- .changes/fix__missing-aur-key.md | 3 +++ .github/workflows/release.yml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changes/fix__missing-aur-key.md diff --git a/.changes/feat__aur-package.md b/.changes/feat__aur-package.md index f719b1f..bb7df69 100644 --- a/.changes/feat__aur-package.md +++ b/.changes/feat__aur-package.md @@ -2,4 +2,4 @@ bump: patch --- -Activate AUR packaging +~~Activate AUR packaging~~ This unfortunately did not work as expected, and the package could not be published. diff --git a/.changes/fix__missing-aur-key.md b/.changes/fix__missing-aur-key.md new file mode 100644 index 0000000..14d8665 --- /dev/null +++ b/.changes/fix__missing-aur-key.md @@ -0,0 +1,3 @@ +# Fix AUR packaging + +Fix GitHub release step did not pass `AUR_KEY` to GoReleaser, and therefore package could not be published. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0516aee..3c31bf8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,3 +57,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }} + AUR_KEY: ${{ secrets.AUR_KEY }}