From 5a5aae76f689afc88c2d588086c4478f3a3f3082 Mon Sep 17 00:00:00 2001 From: Drew Wells Date: Wed, 14 Feb 2024 10:55:56 -0600 Subject: [PATCH] test release please --- .github/workflows/go.yml | 6 ++++-- .github/workflows/release.yaml | 17 +++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/release.yaml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ca5db80..84f1d6b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,11 @@ name: Go on: push: - branches: [ master ] + branches: + - main pull_request: - branches: [ master ] + branches: + - main jobs: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml new file mode 100644 index 0000000..de03bd9 --- /dev/null +++ b/.github/workflows/release.yaml @@ -0,0 +1,17 @@ +name: release-please +on: + push: + branches: + - main + - please + +jobs: + release-pr: + timeout-minutes: 30 + runs-on: ubuntu-latest + steps: + - uses: google-github-actions/release-please-action@v3 + id: release + with: + command: manifest + default-branch: main