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 3a72ab3 commit c90c6c5Copy full SHA for c90c6c5
.github/workflows/publish.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Check out this repo
15
uses: actions/checkout@v2
16
+ with:
17
+ fetch-depth: 0
18
- name: Set up Node
19
uses: actions/setup-node@v2
20
with: {node-version: '14'}
0 commit comments