diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index abab098d..82ed1834 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -213,6 +213,10 @@ jobs: with: submodules: recursive + - name: Install dependencies + run: | + choco install yq jq -y + shell: bash - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4