We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f33b7c commit 66a8d63Copy full SHA for 66a8d63
1 file changed
.github/workflows/ci.yml
@@ -50,6 +50,8 @@ jobs:
50
needs: build-and-test
51
steps:
52
- uses: actions/checkout@v4
53
+ with:
54
+ fetch-depth: 0
55
56
- name: Verify dist/index.js attestation
57
uses: ./
0 commit comments