We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a09ffb commit 18f1d4eCopy full SHA for 18f1d4e
.github/workflows/publish.yml
@@ -16,6 +16,8 @@ jobs:
16
id-token: write
17
steps:
18
- uses: actions/checkout@v4
19
+ with:
20
+ fetch-depth: 0
21
- uses: pnpm/action-setup@v4
22
with:
23
run_install: false
0 commit comments