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'