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 acdd02a commit d601e18Copy full SHA for d601e18
1 file changed
scripts/release/publish-runners/bitbucket.sh
@@ -35,7 +35,8 @@ dry_run_bitbucket() (
35
setup
36
37
echo "Dry run: will not publish pipe to bitbucket."
38
- git push bb-origin master --tags --dry-run
+ git show-ref
39
+ git push bb-origin main --tags --dry-run
40
41
clean_up
42
)
0 commit comments