瀏覽代碼

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 2 年之前
父節點
當前提交
6f8820fd3b
共有 1 個文件被更改,包括 0 次插入2 次删除
  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: