From 905710b382ac0cc9b5c03b91cf97e1a8568b86e6 Mon Sep 17 00:00:00 2001 From: plebhash Date: Tue, 2 Apr 2024 19:39:44 -0300 Subject: [PATCH] lint release-libs.yaml --- .github/workflows/release-libs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-libs.yaml b/.github/workflows/release-libs.yaml index b16908d472..41c46aa865 100644 --- a/.github/workflows/release-libs.yaml +++ b/.github/workflows/release-libs.yaml @@ -33,8 +33,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: stable - override: true + toolchain: stable + override: true - name: Login run: cargo login ${{ secrets.CRATES_IO_DEPLOY_KEY }} - name: Publish crate common