Skip to content

Commit

Permalink
Avoid sparse checkout, so we have tag histories
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jan 11, 2024
1 parent 986585e commit a22bef4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: make submodule folders safe for git operations
run: |
git submodule foreach 'git config --global --add safe.directory $(pwd)'
fetch-depth: 0
- uses: actions/cache@v3
id: plugin-version-cache
with:
Expand Down

0 comments on commit a22bef4

Please sign in to comment.