From 5f87e94299e1ac09790bb7ddbc17e4da047df815 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Mon, 16 Oct 2023 10:15:51 -0700 Subject: [PATCH] remove EOL whitespace --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b93b858f..ef17f5b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: add: 'action.yml slim/action.yml' default_author: github_actions message: 'Automated update of action.yml and slim/action.yml version numbers' - + # We use ^{} to recursively deference the tag to get the commit the tag is pointing at. # Then, we use that reference to create new tags, so that the new tags point to the commit # the original tag was pointing to, and not to the original tag.