We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cee95 commit a9b86a5Copy full SHA for a9b86a5
.github/workflows/manual_release_stable.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
release_metadata:
34
name: Prepare release metadata
35
- needs: [lint_check, type_check]
+ needs: [code_checks]
36
runs-on: ubuntu-latest
37
outputs:
38
version_number: ${{ steps.release_metadata.outputs.version_number }}
0 commit comments