From e69a6bbf22aa2f67859492146de3a415e77c35e8 Mon Sep 17 00:00:00 2001 From: Maroon502 Date: Sun, 28 Jan 2024 01:16:15 +0800 Subject: [PATCH] update Action --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70f2db5..a2c96e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - name: initial submodule + run: + git submodule update --init + - name: Install Rust toolchain + uses: dtolnay/rust-toolchain@stable - name: run: cargo update - name: Cache @@ -32,11 +37,6 @@ jobs: target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo- - - name: initial submodule - run: - git submodule update --init - - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@stable - name: Run release-plz uses: MarcoIeni/release-plz-action@v0.5 env: