diff --git a/.github/workflows/sync-build-release.yml b/.github/workflows/sync-build-release.yml index 0f34d14..88318ec 100644 --- a/.github/workflows/sync-build-release.yml +++ b/.github/workflows/sync-build-release.yml @@ -122,4 +122,4 @@ jobs: echo -e "# ${{ inputs.repository }}\nAutomated releases of [${{ inputs.upstream }}](https://github.com/${{ inputs.upstream }}) for [Sublime Debugger](https://github.com/daveleroy/SublimeDebugger)" > README.md git add README.md git commit -o "README.md" -m "${{ steps.tags.outputs.tag }}" --allow-empty - git push + git push origin HEAD:main