File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 git config --global user.name 'github-actions[bot]'
3737 pnpm version major
3838 git branch -f deploy-prod
39- git push origin main deploy-prod --tags
39+ git push -f origin main deploy-prod --tags
Original file line number Diff line number Diff line change 3636 git config --global user.name 'github-actions[bot]'
3737 pnpm version minor
3838 git branch -f deploy-prod
39- git push origin main deploy-prod --tags
39+ git push -f origin main deploy-prod --tags
Original file line number Diff line number Diff line change 3636 git config --global user.name 'github-actions[bot]'
3737 pnpm version patch
3838 git branch -f deploy-prod
39- git push origin main deploy-prod --tags
39+ git push -f origin main deploy-prod --tags
You can’t perform that action at this time.
0 commit comments