Skip to content

Feat/configure release please #7

Feat/configure release please

Feat/configure release please #7

Workflow file for this run

# .github/workflows/release-please.yml
name: Release Please
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.20'
- name: Release Please
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}