We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25c4996 + cc98b49 commit ed3bf1cCopy full SHA for ed3bf1c
.github/workflows/helm-releaser-testkube-main-chart-only.yaml
@@ -153,6 +153,7 @@ jobs:
153
uses: actions/checkout@v4
154
with:
155
fetch-depth: 0
156
+ ref: main
157
158
- name: Install Helm
159
uses: azure/setup-helm@v3
@@ -169,6 +170,7 @@ jobs:
169
170
repository: kubeshop/testkube-cloud-charts
171
event-type: trigger-workflow-testkube-agent-main
172
client-payload: '{"agentVersion": "${{ env.agent-version }}"}'
173
+
174
update_release_notes:
175
needs: notify_slack_if_release_succeeds
176
runs-on: ubuntu-latest
0 commit comments