Parcourir la source

Do not perform submodule checkout on publish (#349)

This change removes the submodule checkout when the package is in the publish phase.
We do not use the contents of the submodules during this phase.

Close #347
Timo Reichl il y a 2 ans
Parent
commit
6f8820fd3b
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      .github/workflows/release.yml

+ 0 - 2
.github/workflows/release.yml

@@ -56,8 +56,6 @@ jobs:
     steps:
     - name: Checkout Sources
       uses: actions/checkout@v3
-      with:
-        submodules: recursive
     - name: Download Artifacts
       uses: actions/download-artifact@v3
       with: