We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7509c24 commit f27e5b9Copy full SHA for f27e5b9
1 file changed
.github/workflows/release.yml
@@ -23,6 +23,8 @@ jobs:
23
steps:
24
- name: Clone the repository
25
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ with:
27
+ fetch-depth: 0
28
29
- name: Update embedded version numbers
30
run: |
0 commit comments