From c7c7b89075877a05e3623064e41b7772bfae1fdc Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Tue, 4 Jun 2024 12:55:56 -0400 Subject: [PATCH] build: update comment --- .github/workflows/standalone_publish.yml | 2 +- .github/workflows/standalone_publish_custom.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/standalone_publish.yml b/.github/workflows/standalone_publish.yml index 6d3ba0545880..74f72f617f4e 100644 --- a/.github/workflows/standalone_publish.yml +++ b/.github/workflows/standalone_publish.yml @@ -84,7 +84,7 @@ jobs: # Specify whether to remove untracked files before checking out the repository: clean: false - # Fetch all history to allowfor generation of changelogs: + # Fetch all history to allow for changelog generation: fetch-depth: 0 # Specify whether to download Git-LFS files: diff --git a/.github/workflows/standalone_publish_custom.yml b/.github/workflows/standalone_publish_custom.yml index cae5e6deaec0..56da4141e644 100644 --- a/.github/workflows/standalone_publish_custom.yml +++ b/.github/workflows/standalone_publish_custom.yml @@ -91,7 +91,7 @@ jobs: # Specify whether to remove untracked files before checking out the repository: clean: false - # Fetch all history to allowfor generation of changelogs: + # Fetch all history to allow for generation of changelogs: fetch-depth: 0 # Specify whether to download Git-LFS files: