chore: Update pre-release workflow to include actions/checkout step
This commit is contained in:
parent
02b7491f2c
commit
11c874cd96
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pre-release.yml
vendored
1
.github/workflows/pre-release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue