diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml deleted file mode 100644 index 4e689c1..0000000 --- a/.github/workflows/release-please.yml +++ /dev/null @@ -1,25 +0,0 @@ -on: - push: - branches: - - main - -permissions: - contents: write - pull-requests: write - -name: release-please - -jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4 - with: - # this assumes that you have created a personal access token - # (PAT) and configured it as a GitHub action secret named - # `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important). - token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - # optional. customize path to release-please-config.json - config-file: release-please-config.json - # optional. customize path to .release-please-manifest.json - manifest-file: .release-please-manifest.json