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

This commit is contained in:
ogabrielluiz
2024-05-27 18:27:10 -03:00
parent 02b7491f2c
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 }}