Skip to content

Commit 5fd80a9

Browse files
fix(ci): checkout repo (#5)
1 parent 6e14ed0 commit 5fd80a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ jobs:
8787
runs-on: ubuntu-latest
8888
needs: [qa, test, build]
8989
steps:
90+
-
91+
name: Checkout
92+
uses: actions/checkout@v2
93+
with:
94+
fetch-depth: 0
9095
-
9196
name: Get tag
9297
id: get_tag

0 commit comments

Comments
 (0)