Skip to content

Commit 844bdd9

Browse files
committed
.github: fix update version skip on release branch
Signed-off-by: Damien Grisonnet <[email protected]>
1 parent 0184f58 commit 844bdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Write to temporary file to make update atomic
2323
scripts/generate-versions.sh > /tmp/versions.json
2424
mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
25-
if: ${{ matrix.branch }} == 'main'
25+
if: matrix.branch == 'main'
2626
- name: Update jsonnet dependencies
2727
run: |
2828
make update

0 commit comments

Comments
 (0)