Skip to content

feat: add operator service type in the plugin metadata (#6) #3

feat: add operator service type in the plugin metadata (#6)

feat: add operator service type in the plugin metadata (#6) #3

on:
push:
branches:
- main
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: go
package-name: cnpg-i
token: ${{secrets.REPO_PAT}}