We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a02d0 commit 9b99ad1Copy full SHA for 9b99ad1
1 file changed
.github/workflows/publish.yaml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
- name: Checkout repository
24
uses: actions/checkout@v3
25
+ with:
26
+ fetch-depth: 20
27
28
- uses: actions/setup-node@v1
29
with:
0 commit comments