We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4a6e3 commit 7b9b76fCopy full SHA for 7b9b76f
.github/workflows/release.yml
@@ -23,6 +23,8 @@ jobs:
23
password: ${{ secrets.GITHUB_TOKEN }}
24
steps:
25
- uses: actions/checkout@v4
26
+ with:
27
+ fetch-depth: 0
28
- run: corepack enable
29
- uses: actions/setup-node@v4
30
with:
0 commit comments