Skip to content

Release cloudnative-pg-v0.20.1 (#182) #36

Release cloudnative-pg-v0.20.1 (#182)

Release cloudnative-pg-v0.20.1 (#182) #36

Workflow file for this run

name: release-publish
on:
push:
tags:
- '*-v*'
jobs:
release:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@0ad2bb377311d61ac04ad9eb6f252fb68e207260 # v1.7.0
with:
helm_version: 3.4.0
token: "${{ secrets.REPO_GHA_PAT }}"