diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7eb26f1..993e1a08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,6 +106,8 @@ jobs: needs: [e2e-tests] steps: - uses: actions/checkout@v4 + - name: List files in the repository + run: ls -R - name: Update OpenAPI configuration run: | DEPLOY_HOST=${{ secrets.DEPLOY_HOST }}