We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3193e commit 65e3404Copy full SHA for 65e3404
script/release
@@ -330,7 +330,7 @@ def clean_up(version)
330
`git pull --quiet origin #{GH_BASE_BRANCH} --prune`
331
`git branch --quiet -D release-#{version} >/dev/null 2>&1`
332
`git push --quiet origin :release-#{version} >/dev/null 2>&1`
333
- `git branch --quiet -D tmp-packging >/dev/null 2>&1`
+ `git branch --quiet -D tmp-packaging >/dev/null 2>&1`
334
end
335
336
#### All the action starts ####
0 commit comments