Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changes/feat__aur-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 3 additions & 0 deletions .changes/fix__missing-aur-key.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}