diff --git a/.ci/detach_plugin.sh b/.ci/detach_plugin.sh index 1413ccd00..caa420e49 100755 --- a/.ci/detach_plugin.sh +++ b/.ci/detach_plugin.sh @@ -156,8 +156,6 @@ main () { _detact_bundle $1 lua/plug/ui.lua _checkdir test _detact_bundle $1 test/init.lua - _checkdir .github/workflows/ - _detact_bundle $1 .github/workflows/release-please.yml ;; format.nvim) git clone https://github.com/wsdjeg/format.nvim.git detach/$1 diff --git a/bundle/nvim-plug/.github/workflows/release-please.yml b/bundle/nvim-plug/.github/workflows/release-please.yml deleted file mode 100644 index 52f8742b7..000000000 --- a/bundle/nvim-plug/.github/workflows/release-please.yml +++ /dev/null @@ -1,24 +0,0 @@ -on: - push: - branches: - - master - -permissions: - contents: write - pull-requests: write - -name: release-please - -jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: googleapis/release-please-action@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.MY_RELEASE_PLEASE_TOKEN }} - # this is a built-in strategy in release-please, see "Action Inputs" - # for more options - release-type: simple