From 6127191985200d7e29e55d5660acb686b255434d Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Sun, 14 May 2023 18:46:14 +0800 Subject: [PATCH] chore: correct release-please.yml workflow --- .github/workflows/release-please.yml | 38 ++++++++++++++-------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a355877..5df0cc3 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,19 +1,19 @@ -on: -   push: -     branches: -       - main - - permissions: -   contents: write -   pull-requests: write - - name: release-please - - jobs: -   release-please: -     runs-on: ubuntu-latest -     steps: -       - uses: google-github-actions/release-please-action@v3 -         with: -           # command: github-release -           release-type: go +on: + push: + branches: + - main + +permissions: + contents: write + pull-requests: write + +name: release-please + +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: google-github-actions/release-please-action@v3 + with: + # command: github-release + release-type: go