diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b52c973..5a6c3ef 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,22 +1,22 @@ -on: - push: - branches: - - main +# on: +# push: +# branches: +# - main -permissions: read-all +# permissions: read-all -name: release-please +# name: release-please -jobs: - release-please: - runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - steps: - - uses: google-github-actions/release-please-action@v4 - with: - token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }} - # this is a built-in strategy in release-please, see "Action Inputs" - # for more options - release-type: simple +# jobs: +# release-please: +# runs-on: ubuntu-latest +# permissions: +# contents: write +# pull-requests: write +# steps: +# - uses: google-github-actions/release-please-action@v4 +# with: +# token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }} +# # this is a built-in strategy in release-please, see "Action Inputs" +# # for more options +# release-type: simple