Skip to content

Commit

Permalink
Merge pull request #25 from soburi/update_submod
Browse files Browse the repository at this point in the history
Correct submodule updating
  • Loading branch information
soburi authored Jul 20, 2020
2 parents 8983d5e + 566c55e commit d94809f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive

- name: Checkout submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit d94809f

Please sign in to comment.