Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Jan 14, 2025
1 parent 82c4867 commit 2fc243d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -105,10 +106,8 @@ jobs:
- name: Make release
uses: softprops/action-gh-release@v2
with:
files: |
codebook-lsp*
files: codebook-lsp*
prerelease: true
fail_on_unmatched_files: true
generate_release_notes: true
draft: false
tag_name: ${{ github.ref_name }}
Expand Down

0 comments on commit 2fc243d

Please sign in to comment.