Skip to content

Commit 71cf2d9

Browse files
committed
fix: add force flag and revert to correct AUR action parameters
1 parent bc4507d commit 71cf2d9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ jobs:
5757
with:
5858
pkgname: openssh-gui-bin
5959
pkgbuild: ./openssh-gui-bin/PKGBUILD
60-
author_name: ${{ github.repository_owner }}
61-
author_email: ${{ github.repository_owner }}@users.noreply.github.com
60+
commit_username: ${{ github.repository_owner }}
61+
commit_email: ${{ github.repository_owner }}@users.noreply.github.com
6262
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
6363
commit_message: "Update to ${{ needs.get_version.outputs.tag }}"
64+
force: true
6465

6566
winget_publish:
6667
name: Update Winget Package

0 commit comments

Comments
 (0)