There was an error while loading. Please reload this page.
1 parent bc4507d commit 71cf2d9Copy full SHA for 71cf2d9
1 file changed
.github/workflows/deploy-release.yml
@@ -57,10 +57,11 @@ jobs:
57
with:
58
pkgname: openssh-gui-bin
59
pkgbuild: ./openssh-gui-bin/PKGBUILD
60
- author_name: ${{ github.repository_owner }}
61
- author_email: ${{ github.repository_owner }}@users.noreply.github.com
+ commit_username: ${{ github.repository_owner }}
+ commit_email: ${{ github.repository_owner }}@users.noreply.github.com
62
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
63
commit_message: "Update to ${{ needs.get_version.outputs.tag }}"
64
+ force: true
65
66
winget_publish:
67
name: Update Winget Package
0 commit comments