chore: Update pre-release workflow to include actions/checkout step

This commit is contained in:
ogabrielluiz 2024-05-27 18:27:10 -03:00
commit 11c874cd96

View file

@ -73,6 +73,7 @@ jobs:
runs-on: ubuntu-latest
needs: release
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/docker-build.yml
with:
version: ${{ needs.release.outputs.version }}