1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Commented out the push command.

This commit is contained in:
Greg King 2022-06-17 21:44:42 -04:00 committed by mrdudz
parent f835412562
commit 3bf3bfa294

View File

@ -114,7 +114,7 @@ jobs:
git config push.default simple
git add -A
git commit -m "Updated from cc65 commit ${GITHUB_SHA}."
git push -n
#git push -v
# enter secrets under "repository secrets"
- name: Upload snapshot to sourceforge