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 0bc7d9a commit 9f345fdCopy full SHA for 9f345fd
.github/workflows/integration.yml
@@ -306,7 +306,6 @@ jobs:
306
tag: ${{ needs.configure.outputs.commit-ref }}
307
name: ${{ needs.configure.outputs.commit-ref }}
308
prerelease: ${{ steps.semver_parser.outputs.prerelease != '' }}
309
- draft: true
310
311
- name: Update Helm index
312
run: |
@@ -331,4 +330,6 @@ jobs:
331
330
332
333
334
+
+ - name: Update new version in krew-index
335
+ uses: rajatjindal/[email protected]
.github/workflows/release.yml
0 commit comments