Skip to content

Commit

Permalink
Fix push remote
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly committed Jan 15, 2025
1 parent 7a59d40 commit a7293a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/zengin
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ class ZenginCLI < Thor
if changed
run(%Q{git tag -f #{now.strftime('%Y-%m-%d')}})

remote = "[email protected]:zengin-code/source-data.git"
run("git push #{remote} master")
run("git push -f --tags #{remote}")
run("git push")
run("git push --tags")
end
end
end
Expand Down

0 comments on commit a7293a5

Please sign in to comment.