Skip to content

Commit

Permalink
update Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Maroon502 committed Jan 27, 2024
1 parent c43c51e commit e69a6bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit e69a6bb

Please sign in to comment.