We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413c98e commit d6afdb9Copy full SHA for d6afdb9
1 file changed
.github/workflows/package-prepare-release.yml
@@ -33,6 +33,8 @@ jobs:
33
next_version: ${{ steps.verify.outputs.next_version }}
34
steps:
35
- uses: actions/checkout@v4
36
+ with:
37
+ fetch-depth: 0
38
39
- id: verify
40
name: Verify prerequisites
0 commit comments