1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 21:31:18 +01:00

Update Helm release action to work on release branches

Basing this action on push to `chart-*` tags doesn't work: the action itself
creates the new release tag, so trying to push the changes to a tag ends up
with the releaser comparing the changes to themself (and failing).

This also renames the chart from "descheduler" to "descheduler-helm-chart", to
avoid confusion with automated releases.
This commit is contained in:
Mike Dame
2020-07-22 14:09:13 -04:00
parent c6c3be6362
commit 78313651dc
3 changed files with 17 additions and 12 deletions

View File

@@ -2,8 +2,8 @@ name: Release Charts
on:
push:
tags:
- chart-*
branches:
- release-*
jobs:
release: