Skip to content

Commit

Permalink
Populate git submodules before running release-plz
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Aug 30, 2024
1 parent 6261827 commit e7126fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Populate git submodules
run: git submodule init && git submodule update

- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
env:
Expand Down

0 comments on commit e7126fc

Please sign in to comment.