From 180643d92e6120befeb2eeb571730c2d5bb487ee Mon Sep 17 00:00:00 2001 From: Max Thomson Date: Thu, 12 Oct 2023 21:50:28 -0700 Subject: [PATCH] [CI] Fix ci by updating lockfile --- .github/workflows/release.yml | 4 ++-- Cargo.lock | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4691aa5..14ef295 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Build & Release on: push: - branches: ["master"] + branches: ["master", "max/fix-ci"] permissions: contents: write @@ -74,7 +74,7 @@ jobs: name: Release runs-on: ubuntu-22.04 needs: build - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/DOESNOTEXIST' steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/Cargo.lock b/Cargo.lock index 0686d93..9ca2f7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,6 @@ name = "htmx-lsp" version = "0.1.0" dependencies = [ "anyhow", - "cc", "clap", "htmx-lsp-server", "htmx-lsp-util",