Skip to content

feat: releasing v0.8.0 #16

feat: releasing v0.8.0

feat: releasing v0.8.0 #16

Workflow file for this run

name: Release
on:
push:
tags: [ "v*" ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
charts_dir: charts
charts_url: https://clastix.github.io/charts
owner: clastix
repository: charts
branch: gh-pages
target_dir: .
commit_username: prometherion
commit_email: [email protected]