Skip to content

Commit de12e9f

Browse files
committed
debug
1 parent 882003a commit de12e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-pact-contracts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local_version=$(cat pact-contracts/package.json | jq -r '.version')
1111

1212
branch=$(git branch --show-current)
1313

14-
if [[ ! $branch == "feature/CCM-13038_pact-tests" ]]; then
14+
if [[ ! $branch == "main" ]]; then
1515
echo "Not publishing package because this is not the main branch"
1616
exit 0
1717
fi

0 commit comments

Comments
 (0)