We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5580cb commit f512535Copy full SHA for f512535
1 file changed
.github/workflows/deploy-release.yml
@@ -38,6 +38,7 @@ jobs:
38
39
git fetch --depth 1 origin ${{ inputs.commit }}
40
git reset --hard ${{ inputs.commit }}
41
+ git submodule update --init --recursive
42
git remote rename origin release-repo
43
44
./target/debug/xtask release deploy ${{ inputs.tag }}
0 commit comments