From d46209422e4f4c78d8c674bd1909313161788efc Mon Sep 17 00:00:00 2001 From: "J. Kitajima" Date: Sat, 4 Jan 2025 08:33:29 -0300 Subject: [PATCH] ci: refactored `release-please` workflow config file Release-As: 0.1.0 --- .github/workflows/release-please.yml | 30 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c17fdc0..8546520 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,19 +1,19 @@ +name: release-please + on: - push: - branches: - - main + push: + branches: + - main permissions: - contents: write - pull-requests: write - -name: release-please - + contents: write + pull-requests: write + jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: googleapis/release-please-action@v4.1.3 - with: - token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - release-type: go + release-please: + runs-on: ubuntu-latest + steps: + - uses: googleapis/release-please-action@v4.1.3 + with: + token: ${{ secrets.RELEASE_PLEASE_TOKEN }} + release-type: go