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:
parent
a12afa74f5
commit
d8a525b27b
2
.ci/detach_plugin.sh
vendored
2
.ci/detach_plugin.sh
vendored
@ -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
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user