Skip to content

Commit

Permalink
storing each tag seperately in the json branch along with the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronDevine committed Jan 30, 2025
1 parent d5e6b13 commit df9f5ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit df9f5ad

Please sign in to comment.