We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853653f commit 6c13e81Copy full SHA for 6c13e81
entrypoint.sh
@@ -35,6 +35,7 @@ cz bump --yes $INPUT_DRY_RUN $INPUT_CHANGELOG $INPUT_PRERELEASE
35
36
echo "Pushing to branch..."
37
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${REPOSITORY}.git"
38
+git pull ${remote_repo} ${INPUT_BRANCH}
39
git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags --tags;
40
41
echo "Done."
0 commit comments