This commit is contained in:
Santiago Fraire Willemoës 2019-11-22 12:28:11 +01:00
parent 02b0b75d44
commit dbccd851c4

View File

@ -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;