Skip to content

Commit d63ef91

Browse files
fix: Canary (#16)
* canary * canary helm * canary helm fix * beta * fix * fix * fix * canary * canary fix * canary * canary * canary * canary * fix * fix
1 parent e6f8822 commit d63ef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-semver/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ runs:
109109
fi
110110
111111
- name: Update Stable Version Helm
112-
if: ${{ (inputs.beta == 'false') && (inputs.semver != 'skip') }}
112+
if: ${{ (inputs.beta != 'true') && (inputs.semver != 'skip') }}
113113
shell: bash
114114
run: |
115115
CHART_FILE="helm/Chart.yaml"

0 commit comments

Comments
 (0)