diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e9e1515e..78351ff2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,16 +1,15 @@ - - on: - push: - branches: - - master - name: release-please - jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: GoogleCloudPlatform/release-please-action@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - release-type: node - package-name: "@easyops-cn/docusaurus-search-local" - bump-minor-pre-major: true +on: + push: + branches: + - master +name: release-please +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: GoogleCloudPlatform/release-please-action@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + release-type: node + package-name: "@easyops-cn/docusaurus-search-local" + bump-minor-pre-major: true