Skip to content

fix: remove maintainers from plugin metadata (#12) #8

fix: remove maintainers from plugin metadata (#12)

fix: remove maintainers from plugin metadata (#12) #8

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}}