We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4460083 commit 041a726Copy full SHA for 041a726
1 file changed
.github/workflows/chron-release.yml
@@ -20,7 +20,7 @@ jobs:
20
git config --global user.email "action@github.com"
21
git config --global user.name "GitHub Action"
22
23
- git -c submodule.core/entirety.update=none submodule update --init --recursive
+ git -c submodule.core/entirety.update=none -c submodule.data-publication/idra.update=none submodule update --init --recursive
24
git merge origin/master --strategy-option theirs || true
25
git submodule foreach 'git reset HEAD $path'
26
git submodule foreach 'git checkout `git describe --tags $(git rev-list --tags --max-count=1)`' || true
0 commit comments