Skip to content

[charts] support additionalLabels for occm serviceMonitor and cinder-… #36

[charts] support additionalLabels for occm serviceMonitor and cinder-…

[charts] support additionalLabels for occm serviceMonitor and cinder-… #36

Workflow file for this run

name: Release CPO
on:
push:
tags:
- v1.*
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
todo
draft: true
prerelease: false