diff --git a/.github/workflows/snapshot-on-push-master.yml b/.github/workflows/snapshot-on-push-master.yml index 1428c9626..1f17559ca 100644 --- a/.github/workflows/snapshot-on-push-master.yml +++ b/.github/workflows/snapshot-on-push-master.yml @@ -111,7 +111,8 @@ jobs: git config user.email "cc65.nomail@github.com" git config push.default simple git add -A - git commit -m "Updated from cc65 commit ${GITHUB_SHA}." && git push + git commit -m "Updated from cc65 commit ${GITHUB_SHA}." + git push -v # enter secrets under "repository secrets" - name: Upload snapshot to sourceforge