Skip to content

Commit

Permalink
chore: remove auto-generate git tags and github release (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Dec 24, 2024
1 parent 39434a9 commit f910d60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1,089 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,3 @@ jobs:
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
git clone --single-branch --branch ${{ steps.extract_branch.outputs.branch }} --depth=1 https://github.com/linrongbin16/lin.nvim ~/.nvim && cd ~/.nvim && bash -euxo pipefail ./install
release:
name: Release
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- typecheck
- selene
- code_format
- ubuntu_installer
- macos_installer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: simple
package-name: lin.nvim
Loading

0 comments on commit f910d60

Please sign in to comment.