Skip to content

Commit

Permalink
Add AUR target to the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Mar 21, 2024
1 parent 4fb69b0 commit 0f68aec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,13 @@ jobs:
- name: Publish Kobweb CLI to package managers
run: ./gradlew :kobweb:jreleaserPublish

- name: Update AUR Package
uses: varabyte/[email protected]
with:
dry_run: ${{ github.event.inputs.dryRun }}
version: ${{ steps.cli_version.outputs.VERSION }}
package_name: kobweb
commit_username: phi1309
commit_email: [email protected]
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}

0 comments on commit 0f68aec

Please sign in to comment.