diff --git a/start.sh b/start.sh index 4462862..9f28daf 100755 --- a/start.sh +++ b/start.sh @@ -21,4 +21,4 @@ cd ${INPUT_DIRECTORY} remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${REPOSITORY}.git" -git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION; +git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION --tags;