Skip to content

Commit 42ce8ff

Browse files
committed
removed if condition
Signed-off-by: swastik959 <Sswastik959@gmail.com>
1 parent 012ffb6 commit 42ce8ff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
git commit -m "Update charts to version $version"
140140
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git
141141
git push origin "$charts_branch"
142+
142143
dispatch-chart-release:
143144
permissions:
144145
contents: read
@@ -164,9 +165,6 @@ jobs:
164165
owner: ${{ github.repository_owner }}
165166
- name: Dispatch to rancher/charts
166167
VERSION_OVERRIDE="minor"
167-
if [[ "${{ github.ref_name }}" == *"-rc"* ]]; then
168-
VERSION_OVERRIDE="auto"
169-
fi
170168
gh workflow run "Manual Trigger for Auto Bump" \
171169
--repo rancher/charts \
172170
--ref dev-v2.11 \

0 commit comments

Comments
 (0)