Skip to content

Commit

Permalink
fix: aur release
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonhayes committed Nov 28, 2024
1 parent 946a63f commit 70fd947
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Set up SSH key for AUR
run: |
mkdir -p ~/.ssh
echo "${{ secrets.AUR_KEY }}" > ~/.ssh/aur
chmod 600 ~/.ssh/aur
eval $(ssh-agent)
ssh-add ~/.ssh/aur
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit 70fd947

Please sign in to comment.