chore: Fix notify-draft-services (#31124)

pull/31125/head
Rodrigo Nascimento 2 years ago committed by GitHub
parent 6f84660296
commit 2ddf1473fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .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")

Loading…
Cancel
Save