There was an error while loading. Please reload this page.
1 parent 4d4f9bd commit 601c4bdCopy full SHA for 601c4bd
1 file changed
.github/workflows/release.yaml
@@ -138,6 +138,7 @@ jobs:
138
git commit -m "Update charts to version $version"
139
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git
140
git push origin "$charts_branch"
141
+
142
dispatch-chart-release:
143
permissions:
144
contents: read
@@ -163,9 +164,6 @@ jobs:
163
164
owner: ${{ github.repository_owner }}
165
- name: Dispatch to rancher/charts
166
VERSION_OVERRIDE="minor"
- if [[ "${{ github.ref_name }}" == *"-rc"* ]]; then
167
- VERSION_OVERRIDE="auto"
168
- fi
169
gh workflow run "Manual Trigger for Auto Bump" \
170
--repo rancher/charts \
171
--ref dev-v2.12 \
0 commit comments