Skip to content

Commit

Permalink
fix(ci): forgot needs on second job
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Jan 27, 2024
1 parent 22ac1a6 commit bdc71f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
create-nightly-release:
name: Create Nightly release
runs-on: ubuntu-latest
needs: [bump_manifest]
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down

0 comments on commit bdc71f4

Please sign in to comment.