Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Nov 19, 2023
1 parent aade0af commit bf6b5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit bf6b5fa

Please sign in to comment.