From 09941932a09abd17d22de27d8446b3b20efb4867 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Sat, 30 Sep 2023 21:08:19 +0300 Subject: [PATCH] Update CRATE.yml --- .github/workflows/CRATE.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/CRATE.yml b/.github/workflows/CRATE.yml index 51c4efe..8ada46d 100644 --- a/.github/workflows/CRATE.yml +++ b/.github/workflows/CRATE.yml @@ -13,12 +13,15 @@ on: permissions: contents: read -steps: - - uses: actions/checkout@v3 - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true - - uses: katyo/publish-crates@v2 - with: - path: './rookie-rs' +jobs: + release: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions-rs/toolchain@v1 + with: + toolchain: stable + override: true + - uses: katyo/publish-crates@v2 + with: + path: './rookie-rs'