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 de12133 commit c024985Copy full SHA for c024985
.github/workflows/dev-deploy.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout Code
15
uses: actions/checkout@v3
16
+ with:
17
+ fetch-depth: 0
18
19
- name: Setup Node.js
20
uses: actions/setup-node@v3
.github/workflows/publish.yml
@@ -14,6 +14,8 @@ jobs:
21
0 commit comments