We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744e009 commit 6d689aeCopy full SHA for 6d689ae
1 file changed
.github/workflows/release.yaml
@@ -29,6 +29,8 @@ jobs:
29
steps:
30
- name: Checkout code
31
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32
+ with:
33
+ fetch-depth: 0
34
35
- name: Setup Nix
36
uses: ./.github/actions/setup-nix
0 commit comments