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 875bfe6 commit 3fba812Copy full SHA for 3fba812
.github/workflows/prerelease.yml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- name: Checkout code
29
uses: actions/checkout@v4
30
+ with:
31
+ fetch-depth: 0
32
- name: Generate matrix
33
id: generate_matrix
34
run: |
0 commit comments