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 1628f54 commit 1939fe1Copy full SHA for 1939fe1
.github/workflows/update-release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Checkout
31
uses: actions/checkout@v4
32
with:
33
- fetch-tags: true
+ fetch-depth: 0 # We need the full history to compute the changelog
34
35
- name: Install Python
36
uses: actions/setup-python@v4
0 commit comments