add tags
This commit is contained in:
parent
02b0b75d44
commit
dbccd851c4
2
start.sh
2
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user