Skip to content

Commit

Permalink
chore: Update pre-release workflow to include actions/checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed May 27, 2024
1 parent 02b7491 commit 11c874c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 11c874c

Please sign in to comment.