We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618f22a commit 951eb1bCopy full SHA for 951eb1b
.github/workflows/ci.yml
@@ -34,7 +34,8 @@ jobs:
34
uses: actions/checkout@v2
35
with:
36
fetch-depth: 3
37
- - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
+ - name: Fetch tags
38
+ run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
39
40
- name: Install dependencies
41
run: |
.github/workflows/deploy-docs.yml
@@ -25,7 +25,8 @@ jobs:
25
26
27
28
29
30
31
32
0 commit comments