Skip to content

Commit

Permalink
Update sync-build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleroy authored Jan 23, 2024
1 parent 1a959b3 commit 56e272c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 56e272c

Please sign in to comment.