Skip to content

Commit

Permalink
ci: Fix incorrect dependency in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed Feb 14, 2025
1 parent 5e67752 commit b60d5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
release-doc:
name: "Publish documentation for release ${{github.ref_name}}"
runs-on: ubuntu-latest
needs: [docker-in-docker]
needs: [docker_in_docker]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b60d5cc

Please sign in to comment.