We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012ffb6 commit 42ce8ffCopy full SHA for 42ce8ff
1 file changed
.github/workflows/release.yaml
@@ -139,6 +139,7 @@ jobs:
139
git commit -m "Update charts to version $version"
140
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git
141
git push origin "$charts_branch"
142
+
143
dispatch-chart-release:
144
permissions:
145
contents: read
@@ -164,9 +165,6 @@ jobs:
164
165
owner: ${{ github.repository_owner }}
166
- name: Dispatch to rancher/charts
167
VERSION_OVERRIDE="minor"
- if [[ "${{ github.ref_name }}" == *"-rc"* ]]; then
168
- VERSION_OVERRIDE="auto"
169
- fi
170
gh workflow run "Manual Trigger for Auto Bump" \
171
--repo rancher/charts \
172
--ref dev-v2.11 \
0 commit comments