Skip to content

Commit c2f927e

Browse files
committed
chore: force push to aur
1 parent da6b54e commit c2f927e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
git config user.email "action@github.com"
205205
git add PKGBUILD .SRCINFO krosshair.install
206206
git commit -m "Update to v${VERSION}" || echo "No changes to commit"
207-
GIT_SSH_COMMAND="ssh -i /home/builduser/.ssh/aur -o StrictHostKeyChecking=no" git push origin master
207+
GIT_SSH_COMMAND="ssh -i /home/builduser/.ssh/aur -o StrictHostKeyChecking=no" git push origin master -f
208208
'
209209
env:
210210
AUR_SSH_KEY: ${{ secrets.AUR_SSH_KEY }}

0 commit comments

Comments
 (0)