mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +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:
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -2,8 +2,8 @@ name: Release Charts
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- chart-*
|
||||
branches:
|
||||
- release-*
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
Reference in New Issue
Block a user