Skip to content

Commit 601c4bd

Browse files
committed
removed if condition
Signed-off-by: swastik959 <Sswastik959@gmail.com>
1 parent 4d4f9bd commit 601c4bd

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
@@ -138,6 +138,7 @@ jobs:
138138
git commit -m "Update charts to version $version"
139139
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git
140140
git push origin "$charts_branch"
141+
141142
dispatch-chart-release:
142143
permissions:
143144
contents: read
@@ -163,9 +164,6 @@ jobs:
163164
owner: ${{ github.repository_owner }}
164165
- name: Dispatch to rancher/charts
165166
VERSION_OVERRIDE="minor"
166-
if [[ "${{ github.ref_name }}" == *"-rc"* ]]; then
167-
VERSION_OVERRIDE="auto"
168-
fi
169167
gh workflow run "Manual Trigger for Auto Bump" \
170168
--repo rancher/charts \
171169
--ref dev-v2.12 \

0 commit comments

Comments
 (0)