Skip to content

Commit a080b79

Browse files
committed
ci: also disable TurboSnap when tokens.json is changed
1 parent fae11a8 commit a080b79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
storybookBuildDir: packages/storybook/dist/
6767
storybookConfigDir: packages/storybook/config/
6868
onlyChanged: true
69-
externals: "proprietary/**/*.tokens.json"
69+
externals: |
70+
proprietary/**/tokens.json
71+
proprietary/**/*.tokens.json
7072
7173
- name: Upload the Storybook artifact from the build step
7274
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0

0 commit comments

Comments
 (0)