Skip to content

Commit

Permalink
Merge pull request #266 from openziti/fix-release-workflow
Browse files Browse the repository at this point in the history
add job dependency
  • Loading branch information
ekoby authored Jan 20, 2025
2 parents 012fe2b + 7628bce commit 0ee4d25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
uses: ./.github/workflows/build-dependencies.yml
build:
runs-on: ubuntu-latest
needs:
- build-deps
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0ee4d25

Please sign in to comment.