We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10764c4 commit b0a362aCopy full SHA for b0a362a
.github/workflows/build.yml
@@ -1,9 +1,9 @@
1
name: Release
2
3
on:
4
- push:
5
- tags:
6
- - v*
+ push
+# tags:
+# - v*
7
8
permissions:
9
contents: 'write'
CLAUDE.md
@@ -184,6 +184,4 @@ Use the Figma MCP tools to fetch design context and screenshots from Figma files
184
**Example usage:**
185
For URL `https://www.figma.com/design/uWka9aJ7IOdvHch60rIRlb/MyFile?node-id=12769-19003`:
186
- `fileKey`: `uWka9aJ7IOdvHch60rIRlb`
187
-- `nodeId`: `12769:19003`
188
-
189
-test
+- `nodeId`: `12769:19003`
0 commit comments