diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 611ee887112..3fb5869aba1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,11 @@ jobs: needs: [release-versions] if: github.event_name == 'release' steps: + - uses: Bhacaz/checkout-files@v2 + with: + files: package.json + branch: ${{ github.ref }} + - name: Register release on cloud as Draft run: | REPO_VERSION=$(node -p "require('./package.json').version")