Skip to content

feat: add tag handler - RK-19248 (#92) #160

feat: add tag handler - RK-19248 (#92)

feat: add tag handler - RK-19248 (#92) #160

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: helm
package-name: piper
token: ${{ secrets.GIT_TOKEN }}