mirror of
https://github.com/openshift/openshift-mcp-server.git
synced 2025-10-17 14:27:48 +03:00
ci: python release depends on standard release
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -44,6 +44,8 @@ jobs:
|
|||||||
make npm-publish
|
make npm-publish
|
||||||
python:
|
python:
|
||||||
name: Release Python
|
name: Release Python
|
||||||
|
# Python logic requires the tag/release version to be available from GitHub
|
||||||
|
needs: release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user