Skip to content

Commit

Permalink
💚 missing job step dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Aug 13, 2023
1 parent 8fe8eba commit baf6a77
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 @@ -79,7 +79,7 @@ jobs:
release:
if: ${{ startsWith(github.event.ref, 'refs/tags') }}
runs-on: ubuntu-latest
needs: bundle
needs: [bundle, bundle-translations]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit baf6a77

Please sign in to comment.