We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6905185 commit 94c3b0cCopy full SHA for 94c3b0c
maintenance_scripts/release_plugin.sh
@@ -27,7 +27,7 @@ echo
27
if [[ "${answer}" = "y" ]] ; then
28
git add PKGBUILD .SRCINFO
29
git commit -m "push version (${release_msg})"
30
- git push origin HEAD
+ GIT_SSH_COMMAND="ssh -i ~/.ssh/aur" git push origin HEAD
31
fi
32
33
cd -
0 commit comments