We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0746ee0 commit 8ef24d7Copy full SHA for 8ef24d7
.github/workflows/release.yml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0
19
20
- uses: actions/setup-node@v4
21
with:
0 commit comments