chore(create-release.yml): add 'needs: release' to ensure the 'create_release' job runs after the 'release' job

This commit is contained in:
ogabrielluiz 2024-05-28 19:43:07 -03:00
commit 9df2dc72ac

View file

@ -59,6 +59,7 @@ jobs:
create_release:
name: Create Release Job
runs-on: ubuntu-latest
needs: release
steps:
- uses: actions/download-artifact@v4
with: