Skip to content

Commit c2dc597

Browse files
committed
Update scripts
1 parent 131fb9d commit c2dc597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-catalog-index.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ SHOULD_RELEASE="false"
1414
for item in $CHANNEL_BUNDLES; do
1515
# Setup bundle from entries
1616
if [ -n "$PR_TAG" ]; then
17-
bundle="${item//${OPERATOR_NAME}./${OPERATOR_NAME}-bundle:}-${PR_TAG}"
18-
release="${OPERATOR_NAME}-bundle:v${VERSION}-${PR_TAG}"
17+
bundle="${item//${OPERATOR_NAME}./${OPERATOR_NAME}-bundle:}${PR_TAG}"
18+
release="${OPERATOR_NAME}-bundle:v${VERSION}${PR_TAG}"
1919
else
2020
bundle="${item//${OPERATOR_NAME}./${OPERATOR_NAME}-bundle:}"
2121
release="${OPERATOR_NAME}-bundle:v${VERSION}"

0 commit comments

Comments
 (0)