Skip to content

Commit 8bbd2b3

Browse files
just delete subs
1 parent ec85cdc commit 8bbd2b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
const typesPkg = {
3939
name: rootPkg.name,
4040
version: rootPkg.version,
41-
description: rootPkg.description ? \`${rootPkg.description} (Types-only branch)\` : \`Types for ${rootPkg.name}\`,
41+
description: rootPkg.description,
4242
main: 'index.js',
4343
types: 'index.d.ts', // Assumes 'index.d.ts' is the main entry point in your 'types' dir
4444
repository: rootPkg.repository,

0 commit comments

Comments
 (0)