From 86d1513c6a0ef596fec8bb8e625bb1b3705db9e1 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sat, 21 Dec 2024 11:54:42 +0100 Subject: [PATCH] Describe file --- .github/workflows/release_tag.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release_tag.yml b/.github/workflows/release_tag.yml index 94df2cf..6dce8f0 100644 --- a/.github/workflows/release_tag.yml +++ b/.github/workflows/release_tag.yml @@ -1,3 +1,11 @@ +# This GitHub Actions workflow updates the "stable" and "latest" Git tags +# to point to the tag associated with a newly published release. It performs +# the following steps: +# 1. Checks out the repository code with full history. +# 2. Configures Git with a generic user for the action. +# 3. Moves and forcibly pushes the "stable" and "latest" tags to align with +# the tag of the newly published release. +# This ensures that "stable" and "latest" always point to the most recent release. --- name: Update Tags