From 2ddf1473fcd1ca522d3b1daaf4a9a6dffcaf8640 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Thu, 30 Nov 2023 19:26:49 -0300 Subject: [PATCH] chore: Fix notify-draft-services (#31124) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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")