Skip to content

Commit 2b31f7d

Browse files
committed
use latest likec4 version
1 parent fe6f06e commit 2b31f7d

File tree

3 files changed

+15
-3170
lines changed

3 files changed

+15
-3170
lines changed

.github/workflows/on-redeploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This workflow is triggered by a repository_dispatch event
2+
# from likec4/likec4 repository when new version released
3+
name: on redeploy
4+
on:
5+
repository_dispatch:
6+
types: [redeploy]
7+
jobs:
8+
pages:
9+
uses: ./.github/workflows/deploy.yml
10+
permissions:
11+
contents: read
12+
pages: write
13+
id-token: write
14+
secrets: inherit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@radix-ui/colors": "^3.0.0",
17-
"likec4": "https://pkg.pr.new/likec4/likec4@82cb4e5",
17+
"likec4": "latest",
1818
"react": "^19.1.1",
1919
"react-dom": "^19.1.1",
2020
"react-use": "^17.6.0",

0 commit comments

Comments
 (0)