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 d53728c commit c1b6095Copy full SHA for c1b6095
.github/workflows/linux-builds.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout source
15
uses: actions/checkout@v4
16
+ with:
17
+ fetch-depth: 0 # Fetch full history and tags
18
19
- name: Install dependencies
20
run: |
0 commit comments