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.