Skip to content

Merge pull request #3 from selesy/feat/initial-library #2

Merge pull request #3 from selesy/feat/initial-library

Merge pull request #3 from selesy/feat/initial-library #2

Workflow file for this run

name: release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_PAT }}
release-type: go
config-file: .release-please-config.yaml
manifest-file: .release-please-manifest.json