Skip to content

chore(CI): Add Goreleaser #7

chore(CI): Add Goreleaser

chore(CI): Add Goreleaser #7

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: go
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main