Skip to content

Commit 9bbed50

Browse files
committed
Address PR review feedback
1 parent c11318f commit 9bbed50

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/openvex.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: openvex
22

33
on:
44
workflow_dispatch:
5-
push:
6-
tags:
7-
- 'v*.*.*'
5+
release:
6+
types: [published]
87
jobs:
98
vexctl:
109
runs-on: ubuntu-latest
@@ -17,4 +16,4 @@ jobs:
1716
# Refer: https://github.com/openvex/vexctl#operational-model
1817
name: Run vexctl
1918
with:
20-
product: pkg:golang/kubernetes/kube-state-metrics@${{ env.RELEASE_VERSION }}
19+
product: pkg:golang/k8s.io/kube-state-metrics/v2@${{ env.RELEASE_VERSION }}

0 commit comments

Comments
 (0)