Skip to content
Snippets Groups Projects
Commit 7876e3e7 authored by Girija Saint Ange's avatar Girija Saint Ange
Browse files

fix: allow semantic-release-info to be generated on the commit branch

parent 35b08bf2
No related branches found
No related tags found
No related merge requests found
...@@ -430,8 +430,7 @@ stages: ...@@ -430,8 +430,7 @@ stages:
echo "${gitPluginConfig}" echo "${gitPluginConfig}"
echo "" echo ""
echo "branches:" echo "branches:"
echo " - 'master'" echo " - '${CI_COMMIT_REF_NAME}'"
echo " - 'main'"
} > "${semrelConfigFile}" } > "${semrelConfigFile}"
cat "${semrelConfigFile}" cat "${semrelConfigFile}"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment