diff options
author | Rhea Danzey <rdanzey@element.io> | 2024-09-18 14:41:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 21:41:22 +0200 |
commit | 40dd2c0400cfc6534072ca7d9839539872b013ad (patch) | |
tree | b15dddaae69167e4f0f085ef993ce59bc9586194 /.github | |
parent | 152626c87e419a9b345a91f390f999212f420ff2 (diff) |
Use chart-releaser-action tag v1.6.0 (#3429)
Context:
https://github.com/matrix-org/dendrite/pull/3427#issuecomment-2359139622
Try tagged version of chart-releaser-action now that mark_latest option
is available
### Pull Request Checklist
<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->
* [x] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
* [x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately
Signed-off-by: `Rhea Danzey <rdanzey@element.io>`
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/helm.yml | 2 |
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: |