diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 982d01b..0b01048 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -33,11 +33,7 @@ jobs: git config user.name ${{ secrets.BALLERINA_BOT_USERNAME }} git config user.email ${{ secrets.BALLERINA_BOT_EMAIL }} git checkout -b release-${VERSION} - sed -i 's/\(.*\)tool-mi-cli-\(.*\)-SNAPSHOT.jar"/\1tool-mi-cli-${VERSION}-SNAPSHOT.jar"/g' tool/tool-mi/BalTool.toml - 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