We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108871f commit 8d43b9eCopy full SHA for 8d43b9e
.github/workflows/release-plz.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
with:
18
- submodules: recursive
+ submodules: true
19
fetch-depth: 0
20
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
21
- name: Install Rust toolchain
0 commit comments