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 e0ed1ea commit 00ecf52Copy full SHA for 00ecf52
.github/workflows/toc.yml
@@ -10,6 +10,12 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v2
13
+ with:
14
+ # https://github.com/actions/checkout/issues/217#issue-599945005
15
+ # pulls all commits (needed for lerna / semantic release to correctly version)
16
+ fetch-depth: "0"
17
+
18
+ - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
19
- uses: actions/setup-node@v1
20
with:
21
node-version: '12.x'
0 commit comments