Skip to content

Commit

Permalink
fix(ci): revert luarocks CI and please-release (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Dec 8, 2023
1 parent f7cf524 commit 779f67d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,13 @@ jobs:
- luacheck
- unit_test
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- uses: google-github-actions/release-please-action@v4
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.PERSONAL_RELEASE_TOKEN }}
release-type: simple
- uses: actions/checkout@v4
package-name: colorbox.nvim
- uses: actions/checkout@v3
- uses: rickstaa/action-create-tag@v1
if: ${{ steps.release.outputs.release_created }}
with:
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/luarocks.yml

This file was deleted.

0 comments on commit 779f67d

Please sign in to comment.