Skip to content

Commit

Permalink
chore(create-release.yml): add 'needs: release' to ensure the 'create…
Browse files Browse the repository at this point in the history
…_release' job runs after the 'release' job
  • Loading branch information
ogabrielluiz committed May 28, 2024
1 parent 546dd3d commit 9df2dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
create_release:
name: Create Release Job
runs-on: ubuntu-latest
needs: release
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 9df2dc7

Please sign in to comment.