Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika authored Jun 14, 2024
1 parent 7e903cc commit f434d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
CONNECTOR_VERSION=$((grep -w '${{ inputs.connector }}Version' | cut -d= -f2) < gradle.properties)
echo $CONNECTOR_VERSION
sed -i "s/version=\(.*\)/version=$CONNECTOR_VERSION/g" gradle.properties
git commit -m "[Automated] Update verion to match connector version" gradle.properties
git diff-index --quiet HEAD || git commit -m "[Automated] Update verion to match connector version" gradle.properties
- name: Build without Tests
env:
Expand Down

0 comments on commit f434d18

Please sign in to comment.