From 0a459755f45017f370d2e7b813ba08fe778800bf Mon Sep 17 00:00:00 2001 From: shanehull Date: Sun, 1 Sep 2024 21:08:42 +1000 Subject: [PATCH] wip --- .github/workflows/release.yaml | 2 +- release-please-config.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 release-please-config.json diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4fde415..2fbbb88 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Release Please id: release-please - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action with: token: ${{secrets.GITHUB_TOKEN}} - uses: actions/checkout@v4 diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..7698ab1 --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", + "release-type": "go", + "packages": { + ".": {} + } +}