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 }}