We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1652482 commit 4001c1dCopy full SHA for 4001c1d
scripts/automation/release.sh
@@ -2,7 +2,7 @@ version_tag=$(semantic-release print-version)
2
echo "Bumping version of profiles to ${version_tag}"
3
export VERSION_TAG="$version_tag"
4
echo "VERSION_TAG=${VERSION_TAG}" >> $GITHUB_ENV
5
-./scripts/automation/assemble_profiles.sh $version_tag
+./scripts/automation/assemble_catalogs.sh $version_tag
6
git config --global user.email "automation@example.com"
7
git config --global user.name "Automation Bot"
8
-semantic-release publish
+semantic-release publish
0 commit comments