diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index 0d59e41..517e98c 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -11,6 +11,8 @@ jobs: steps: - name: check out repository uses: https://github.com/actions/checkout@v4 + - name: read local files + run: ls -lah - name: run composer update to update composer.lock uses: https://github.com/addnab/docker-run-action@v3 with: