1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-22 05:43:44 +08:00

ci(action): remove workflow

This commit is contained in:
Eric Wong 2025-02-15 13:51:26 +08:00
parent a12afa74f5
commit d8a525b27b
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848
2 changed files with 0 additions and 26 deletions

View File

@ -156,8 +156,6 @@ main () {
_detact_bundle $1 lua/plug/ui.lua _detact_bundle $1 lua/plug/ui.lua
_checkdir test _checkdir test
_detact_bundle $1 test/init.lua _detact_bundle $1 test/init.lua
_checkdir .github/workflows/
_detact_bundle $1 .github/workflows/release-please.yml
;; ;;
format.nvim) format.nvim)
git clone https://github.com/wsdjeg/format.nvim.git detach/$1 git clone https://github.com/wsdjeg/format.nvim.git detach/$1

View File

@ -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