Skip to content

Commit 4001c1d

Browse files
authored
feat: create release
1 parent 1652482 commit 4001c1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/automation/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version_tag=$(semantic-release print-version)
22
echo "Bumping version of profiles to ${version_tag}"
33
export VERSION_TAG="$version_tag"
44
echo "VERSION_TAG=${VERSION_TAG}" >> $GITHUB_ENV
5-
./scripts/automation/assemble_profiles.sh $version_tag
5+
./scripts/automation/assemble_catalogs.sh $version_tag
66
git config --global user.email "automation@example.com"
77
git config --global user.name "Automation Bot"
8-
semantic-release publish
8+
semantic-release publish

0 commit comments

Comments
 (0)