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 fba4a75 commit 4269ab1Copy full SHA for 4269ab1
.github/workflows/openvex.yml
@@ -19,6 +19,7 @@ jobs:
19
steps:
20
- name: Checkout code
21
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
+
23
- name: Set environment variables
24
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
25
@@ -33,4 +34,4 @@ jobs:
33
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
run: |
- gh release upload ${{ env.RELEASE_VERSION }} kube-state-metrics.openvex.json
37
+ gh release upload ${{ env.RELEASE_VERSION }} kube-state-metrics.openvex.json
0 commit comments