From c38d53cfeaed9f53e6563cf31bf56913b9c111cd Mon Sep 17 00:00:00 2001 From: Syfaro Date: Wed, 12 Oct 2022 16:39:01 -0400 Subject: [PATCH] Remove old Sourcegraph actions step. --- .github/workflows/release.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02a2756..ed33afb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,15 +63,3 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} file: bkapi/Dockerfile - - sourcegraph: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Generate LSIF data - uses: sourcegraph/lsif-rust-action@main - - name: Upload LSIF data - uses: sourcegraph/lsif-upload-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }}