Skip to content

Update Qdrant to 1.12.0 (#252) #39

Update Qdrant to 1.12.0 (#252)

Update Qdrant to 1.12.0 (#252) #39

name: Release
on:
push:
branches:
- main
paths:
- 'charts/*/Chart.yaml'
jobs:
Release:
name: Release Workflow
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "ghrunnerbot"
git config user.email "cloud-dev@qdrant.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
config: cr.yaml
- name: Checkout to gh-pages
uses: actions/checkout@v4
with:
ref: gh-pages
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.17
- name: Generate index.html
run: |
go install github.com/halkeye/helm-repo-html@v0.2.0
/home/runner/go/bin/helm-repo-html
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update index.html"