Skip to content

Commit e99f204

Browse files
committed
no v
1 parent 5e725c9 commit e99f204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
PREVIOUS_VERSION=$(cat oss/airbyte-connector-builder-resources/CDK_VERSION)
377377
sed -i "s/${PREVIOUS_VERSION}/${VERSION}/g" "oss/airbyte-connector-builder-server/Dockerfile"
378378
sed -i "s/airbyte-cdk==${PREVIOUS_VERSION}/airbyte-cdk==${VERSION}/g" oss/airbyte-connector-builder-server/requirements.in
379-
sed -i "s/tag: v${PREVIOUS_VERSION}/tag: v${VERSION}/g" "oss/charts/v2/airbyte/values.yaml"
379+
sed -i "s/tag: ${PREVIOUS_VERSION}/tag: ${VERSION}/g" "oss/charts/v2/airbyte/values.yaml"
380380
sed -i "s/refs\/tags\/v${PREVIOUS_VERSION}/refs\/tags\/v${VERSION}/g" "oss/airbyte-api/manifest-server-api/build.gradle.kts"
381381
echo ${VERSION} > oss/airbyte-connector-builder-resources/CDK_VERSION
382382
cd oss/airbyte-connector-builder-server

0 commit comments

Comments
 (0)