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 ff577af commit 71204faCopy full SHA for 71204fa
.github/workflows/release-to-npm.yml
@@ -12,6 +12,8 @@ jobs:
12
# Step 1: Check out the repository
13
- name: Checkout code
14
uses: actions/checkout@v3
15
+ with:
16
+ fetch-depth: 0
17
18
# Step 2: Set up Node.js
19
- name: Set up Node.js
0 commit comments