From dd2be47445721829874af733faf3f7545a1adf13 Mon Sep 17 00:00:00 2001 From: wmedrano Date: Sat, 18 Apr 2026 17:12:13 -0700 Subject: [PATCH] Remove release from CI - It doesn't work due to token no longer being valid - Will not set up again as release is easy anyways --- .github/workflows/test.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73d9f0a..10a1327 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,17 +32,4 @@ jobs: run: cargo test --verbose - name: Test nostd run: cargo test --no-default-features - release: - runs-on: ubuntu-latest - needs: [unit_tests] - if: contains('refs/heads/main', github.ref) - steps: - - name: Checkout Repository - uses: actions/checkout@v2 - - name: Rust Cache - uses: Swatinem/rust-cache@v1 - - name: Publish - uses: katyo/publish-crates@v1 - continue-on-error: true - with: - registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} +