diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0c256b2..efe44d2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,6 +21,8 @@ jobs: return context.payload.ref.replace(/refs\/tags\/release-/, ''); - name: Checkout Code uses: actions/checkout@v2 + - name: Install dependencies + run: composer install - name: Check if version is updated in SDK env: VERSION: ${{ steps.extract_name.outputs.result }}