mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-12-06 02:09:04 +00:00
Temp disable push of tags
This commit is contained in:
parent
da55e4a0cf
commit
0453bb1c25
@ -76,7 +76,7 @@ _push_to_github() {
|
|||||||
if [ -z "$INPUT_BRANCH" ]
|
if [ -z "$INPUT_BRANCH" ]
|
||||||
then
|
then
|
||||||
echo "git push origin without branch name"
|
echo "git push origin without branch name"
|
||||||
git push origin --tags
|
git push origin
|
||||||
else
|
else
|
||||||
git push --set-upstream origin "HEAD:$INPUT_BRANCH" --tags
|
git push --set-upstream origin "HEAD:$INPUT_BRANCH" --tags
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user