Skip to content

Commit

Permalink
Prevent sparse checkouts so tag history exists (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb authored Jan 11, 2024
1 parent cbe9659 commit c928207
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Modify plugin version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
id: plugin-version-cache
with:
Expand All @@ -47,9 +47,10 @@ jobs:
matrix:
platform: [win-x64, lin-x64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: actions/cache@v3
id: plugin-version-cache
with:
Expand Down Expand Up @@ -78,9 +79,10 @@ jobs:
matrix:
platform: [x64, arm64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: actions/cache@v3
id: plugin-version-cache
with:
Expand Down Expand Up @@ -115,7 +117,7 @@ jobs:
contents: write
needs: [build, build-mac]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: FranzDiebold/github-env-vars-action@v2
- name: Check if plugin version matches tag
run: |
Expand Down

0 comments on commit c928207

Please sign in to comment.