From 1a85a950cbfd38376f498fc93ffb4cede703bca4 Mon Sep 17 00:00:00 2001 From: vern-gora Date: Tue, 5 Nov 2024 05:22:39 +0200 Subject: [PATCH] Update build-figma-tokens.yml --- .github/workflows/build-figma-tokens.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-figma-tokens.yml b/.github/workflows/build-figma-tokens.yml index 6039dff5d..9e5616ced 100644 --- a/.github/workflows/build-figma-tokens.yml +++ b/.github/workflows/build-figma-tokens.yml @@ -37,6 +37,7 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" git fetch origin + git add figma-tokens/transformed-tokens/tokens-transformed.json git add stories/assets/scss/figma-scss/_figma-variables.scss git commit -m "Save changes in the branch" || echo "No changes to commit"