Skip to content

chore(chart): bump to v0.2.1 #6

chore(chart): bump to v0.2.1

chore(chart): bump to v0.2.1 #6

---
name: helm chart
on:
push:
branches:
- master
paths:
- "charts/pagetron/**"
jobs:
release:
name: Release Chart
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Publish Helm charts
uses: stefanprodan/[email protected]
with:
token: ${{ secrets.CR_TOKEN }}