diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 503ed81..982d01b 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -37,6 +37,7 @@ jobs: sed -i 's/\(.*\)mi-compiler-plugin-\(.*\)-SNAPSHOT.jar"/\1mi-compiler-plugin-${VERSION}-SNAPSHOT.jar"/g' ballerina/CompilerPlugin.toml git add gradle.properties git add tool/tool-mi/BalTool.toml + git add ballerina/CompilerPlugin.toml git commit -m "Move dependencies to stable version" || echo "No changes to commit" - name: Grant execute permission for gradlew