Skip to content

trigger for stable action #2

trigger for stable action

trigger for stable action #2

Workflow file for this run

name: release
on:
push:
branches:
- main
#- master
paths:
- 'stable/**'
release:
types: [published, created]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@1.7.0 #v1.4.1
with:
token: ${{ secrets.CR_TOKEN }}
charts_dir: stable