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 882003a commit de12e9fCopy full SHA for de12e9f
scripts/publish-pact-contracts.sh
@@ -11,7 +11,7 @@ local_version=$(cat pact-contracts/package.json | jq -r '.version')
11
12
branch=$(git branch --show-current)
13
14
-if [[ ! $branch == "feature/CCM-13038_pact-tests" ]]; then
+if [[ ! $branch == "main" ]]; then
15
echo "Not publishing package because this is not the main branch"
16
exit 0
17
fi
0 commit comments