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 6d35d86 commit 34bca1fCopy full SHA for 34bca1f
.github/workflows/release.actions.yml
@@ -23,6 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
with:
25
token: ${{ secrets.GH_PAT }}
26
+ fetch-depth: 0
27
- name: Check for changes
28
id: check_changes
29
run: |
0 commit comments