Skip to content

Commit 8a51e94

Browse files
committed
fix: Correct repository name in forge config
- Change repository name from 'dyad' to 'AliFullStack' in forge.config.ts - Fixes GitHub publishing to use the correct repository
1 parent 007d03a commit 8a51e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const config: ForgeConfig = {
9898
config: {
9999
repository: {
100100
owner: "SFARPak",
101-
name: "dyad",
101+
name: "AliFullStack",
102102
},
103103
draft: true,
104104
force: true,

0 commit comments

Comments
 (0)