Skip to content

Commit

Permalink
chore(ci): provide AUR ssh key to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Jan 1, 2024
1 parent a1fe049 commit 4e6ce06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flow-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
if: steps.semantic.outputs.new_release_published == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUR_SSH_KEY: ${{ secrets.AUR_SSH_KEY }}
run: |
goreleaser release --clean \
--release-notes <(echo "${{ steps.semantic.outputs.new_release_notes }}")

0 comments on commit 4e6ce06

Please sign in to comment.