diff --git a/.github/workflows/deploy-plugins.yml b/.github/workflows/deploy-plugins.yml index 7a3c286d39..4cd7d41bcf 100644 --- a/.github/workflows/deploy-plugins.yml +++ b/.github/workflows/deploy-plugins.yml @@ -69,9 +69,6 @@ jobs: - name: Install npm dependencies run: npm ci - - name: Check plugin versions - run: npm run versions -- --plugin=${{ matrix.plugin }} - - name: Build plugin run: npm run build:plugin:${{ matrix.plugin }} @@ -101,6 +98,10 @@ jobs: echo "deploy=true" >> $GITHUB_OUTPUT + - name: Check plugin version integrity + if: steps.check-deployment.outputs.deploy == 'true' + run: npm run versions -- --plugin=${{ matrix.plugin }} + - name: Create zip file if: steps.check-deployment.outputs.deploy == 'true' run: |