Skip to content

Commit c064ad6

Browse files
authored
Add workflow triggers for release and ocp
Trigger additional workflows after versioning.
1 parent 51e709e commit c064ad6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/create-version.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ jobs:
3333

3434
- name: Push changes
3535
run: git push --follow-tags
36+
37+
- run: gh workflow run release.yml --ref v${{ github.event.inputs.version }}
38+
env:
39+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
41+
- run: gh workflow run ocp.yml
42+
env:
43+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)