diff --git a/.github/workflows/osd-increment-plugin-versions.yml b/.github/workflows/osd-increment-plugin-versions.yml index b2af42bf23..db7ccc1ae4 100644 --- a/.github/workflows/osd-increment-plugin-versions.yml +++ b/.github/workflows/osd-increment-plugin-versions.yml @@ -85,7 +85,7 @@ jobs: run: | cd OpenSearch-Dashboards/plugins/${{ matrix.entry.repo }} if [ ${{ matrix.entry.path }} ]; then - yarn osd bootstrap + yarn osd bootstrap --single-version=loose cp -R ${{ matrix.entry.path }} ../ cd ../${{ matrix.entry.path }} node ../../scripts/plugin_helpers version --sync legacy @@ -101,7 +101,7 @@ jobs: OSD_PLUGIN_VERSION=$(node -p "require('./package.json').version") echo "OSD_PLUGIN_VERSION=$OSD_PLUGIN_VERSION" >> $GITHUB_ENV else - yarn osd bootstrap + yarn osd bootstrap --single-version=loose node ../../scripts/plugin_helpers version --sync legacy OSD_PLUGIN_VERSION=$(node -p "require('./package.json').version") echo "OSD_PLUGIN_VERSION=$OSD_PLUGIN_VERSION" >> $GITHUB_ENV