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 5a286fd commit 8ff717fCopy full SHA for 8ff717f
.github/workflows/pre_release.yaml
@@ -120,6 +120,7 @@ jobs:
120
uses: actions/checkout@v4
121
with:
122
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
123
+ fetch-depth: 0
124
125
- name: Use Node.js 22
126
uses: actions/setup-node@v4
.github/workflows/release.yaml
@@ -143,6 +143,7 @@ jobs:
143
144
145
146
147
148
149
0 commit comments