From bf6b5fa6bd3f263110566ec014f335a19f4e91ec Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Sun, 19 Nov 2023 18:52:07 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 660fa6ed..6ebe608c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: echo "pwd" echo $PWD git clone --depth 1 https://github.com/rxi/json.lua.git ~/.json.lua - cp ~/.json.lua/json.lua ./lua/color-all-in-one/rxi_json.lua + cp ~/.json.lua/json.lua ./lua/colorbox/rxi_json.lua - name: Auto Commit if: ${{ github.ref != 'refs/heads/main' }} uses: stefanzweifel/git-auto-commit-action@v4 @@ -107,7 +107,7 @@ jobs: id: release with: release-type: simple - package-name: color-all-in-one.nvim + package-name: colorbox.nvim - uses: actions/checkout@v4 - uses: rickstaa/action-create-tag@v1 if: ${{ steps.release.outputs.release_created }}