Skip to content

Commit a2a6590

Browse files
authored
Merge pull request #54 from api3dao/tag-and-release-fix
Makes sure to clone the repo with all associated tags
2 parents 67ce083 + f22b5d3 commit a2a6590

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
steps:
6565
- name: Clone @api3/data-feed-proxy-combinators
6666
uses: actions/checkout@v5
67+
with:
68+
fetch-depth: 0
6769

6870
- name: Set up pnpm
6971
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)