Skip to content

Commit 5c8c446

Browse files
committed
Fix release.sh dir
1 parent 73916ef commit 5c8c446

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

misc/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ cd build-tool-plugins/gradle-plugin || exit 1
3939
./gradlew publishPlugins -Pversion="$version" -Pgradle.publish.key="$GRADLE_PUBLISH_KEY" -Pgradle.publish.secret="$GRADLE_PUBLISH_SECRET" --no-daemon
4040
sed -i -E "s/^version=.*\$/version=$NEW_VERSION/g" ./gradle.properties
4141
sed -i -E "s/^projectVersion=.*\$/projectVersion=$NEW_VERSION/g" ./it/gradle.properties
42+
cd ../..

0 commit comments

Comments
 (0)