aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/helm.yml
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-11-14 13:42:51 +0100
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-11-14 13:42:51 +0100
commit79b87c7a08045a5b5c676b97cedd49250bff2237 (patch)
treed0716b0d3bcb85be2a05534bf1cab0597136b168 /.github/workflows/helm.yml
parent488009ca905be78c0cbd5364e879d61232b32868 (diff)
parent6cd1285ca0276bebd407110c37031bc4622f0b79 (diff)
Merge branch 'main' of github.com:matrix-org/dendriteHEADmain
Diffstat (limited to '.github/workflows/helm.yml')
-rw-r--r--.github/workflows/helm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml
index d4772e10..10eb7c02 100644
--- a/.github/workflows/helm.yml
+++ b/.github/workflows/helm.yml
@@ -32,7 +32,7 @@ jobs:
version: v3.10.0
- name: Run chart-releaser
- uses: helm/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d # specific commit, since `mark_as_latest` is not yet in a release
+ uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with: