release on push to main branch
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Trabelsi 2022-10-03 19:17:16 +02:00
parent 3a69b38ad6
commit fc4e561f29
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
2 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,9 @@
name: Release Charts
on:
release:
types: [published]
push:
branches:
- main
jobs:
release:
@ -27,5 +28,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.1
with:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View File

@ -4,6 +4,6 @@ description: Deploy the Bitwarden CRD Operator
type: application
version: 0.1.1
version: "v0.1.2"
appVersion: "0.1.1"
appVersion: "0.1.2"