Skip to content

Commit ae73059

Browse files
committed
chore(ci): dont send asset when posting to tg
1 parent c7a1c17 commit ae73059

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.releaserc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"chats": [ -1001670974037 ],
1212
"templates": {
1313
"success" : "A new version of <a href='{repository_url}'>{name}</a> has been released. Current version is <b>{version}</b>"
14-
},
15-
"assets" : [
16-
{ "glob": [ "./*" ], "name": "nostr-ts-relay-{version}.zip" }
17-
]
14+
}
1815
}]
1916
]
2017
}

0 commit comments

Comments
 (0)