From 40ef4a16aaf47be85259f83b9e44175bb44abb30 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Mon, 21 Aug 2023 01:03:21 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab9f0f5..fa6af30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,16 +36,16 @@ jobs: with: flags: '' namcap: true - updpkgsums: true - - - name: Build ArchLinux package - uses: mijailr/arch-makepkg-action@v1.0.1 - - - - uses: AButler/upload-release-assets@v2.0 + - name: Publish AUR package + uses: KSXGitHub/github-actions-deploy-aur@ with: - files: './*.pkg.tar.zst' - repo-token: ${{ secrets.GITHUB_TOKEN }} + pkgname: goldwarden + pkgbuild: ./PKGBUILD + commit_username: ${{ secrets.AUR_USERNAME }} + commit_email: ${{ secrets.AUR_EMAIL }} + ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} + commit_message: Update AUR package from GitHub Actions automation + ssh_keyscan_types: ed25519