Skip to content

Commit

Permalink
ci: remove release (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Oct 17, 2023
1 parent fdf0cf6 commit 7be160d
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,3 @@ jobs:
uses: lunarmodules/luacheck@v1
with:
args: lua --config .luacheckrc
release:
name: Release
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- luacheck
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: simple
package-name: fzfx.nvim
- uses: actions/checkout@v4
- uses: rickstaa/action-create-tag@v1
if: ${{ steps.release.outputs.release_created }}
with:
tag: stable
message: "Current stable release: ${{ steps.release.outputs.tag_name }}"
tag_exists_error: false
force_push_tag: true

0 comments on commit 7be160d

Please sign in to comment.