Skip to content

Commit

Permalink
Fetch tags for github action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jongbinjung committed Oct 11, 2024
1 parent 26c7b94 commit 9d6edda
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
fetch-tags: true
submodules: recursive

- uses: actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverage-lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
fetch-tags: true
submodules: recursive

- uses: actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverage-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
fetch-tags: true
submodules: recursive

- uses: actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
fetch-tags: true
submodules: recursive

- uses: actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
fetch-tags: true
submodules: recursive

- name: Setup Python
Expand Down

0 comments on commit 9d6edda

Please sign in to comment.