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 78d4edc commit 403e6bcCopy full SHA for 403e6bc
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
+ with:
21
+ fetch-depth: 0
22
- uses: pnpm/action-setup@v3
23
with:
24
version: ${{ env.pnpm_version }}
0 commit comments