Skip to content

Commit d601e18

Browse files
committed
debugging
1 parent acdd02a commit d601e18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/release/publish-runners/bitbucket.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ dry_run_bitbucket() (
3535
setup
3636

3737
echo "Dry run: will not publish pipe to bitbucket."
38-
git push bb-origin master --tags --dry-run
38+
git show-ref
39+
git push bb-origin main --tags --dry-run
3940

4041
clean_up
4142
)

0 commit comments

Comments
 (0)