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
This commit is contained in:
Timo Reichl 2022-12-14 01:12:02 +01:00 committed by GitHub
parent 177f1a406c
commit 6f8820fd3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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