From df9f5adb932c31c2327a150efa9657ce0a8b9dbd Mon Sep 17 00:00:00 2001 From: Cameron Devine Date: Thu, 30 Jan 2025 16:03:53 -0500 Subject: [PATCH] storing each tag seperately in the json branch along with the latest --- .github/workflows/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ebbaeea..e463234 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -74,6 +74,7 @@ jobs: git fetch origin git checkout origin/json && git checkout -b json || git switch --orphan json mv TEM_comms.json.new TEM_comms.json - git add TEM_comms.json + cp TEM_comms.json TEM_comms_$GITHUB_REF_NAME.json + git add TEM_comms.json TEM_comms_$GITHUB_REF_NAME.json git commit -m "Updating JSON message definitions." git push origin json