From 82ecb98dacc72576d660eae0adcafa3669ea6032 Mon Sep 17 00:00:00 2001 From: Luke Petherbridge Date: Mon, 30 Oct 2023 13:49:35 -0700 Subject: [PATCH] ci: remove sdl2 from release cd --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69dd143..b4d049f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,9 +16,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.RELEASE_PLZ_TOKEN }} - uses: dtolnay/rust-toolchain@stable - - uses: Swatinem/rust-cache@v2 - - uses: ./.github/actions/install-sdl2 - - name: Run release + - name: Run release-plz uses: MarcoIeni/release-plz-action@v0.5 env: GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}