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 bfe7953 commit ed989c0Copy full SHA for ed989c0
.github/workflows/release.yml
@@ -35,7 +35,6 @@ jobs:
35
run: ./scripts/check_version.py --version "v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}"
36
37
pipeline:
38
- runs-on: ubuntu-latest
39
needs: [check_version]
40
uses: ./.github/workflows/pipeline.yml
41
0 commit comments