We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ffbfc commit e6dc28aCopy full SHA for e6dc28a
.github/workflows/process-release.yml
@@ -21,6 +21,8 @@ jobs:
21
token: ${{ secrets.TOKEN_RELEASE_BOT }}
22
23
- run: git checkout chore/release
24
+
25
+ - run: git submodule update
26
27
- name: Setup
28
id: setup
0 commit comments