Skip to content

Commit e2f2950

Browse files
authored
Adds readme to js-action's glob
The readme should be included in the tag as well. Otherwise when selecting an older version in the marketplace there is no readme displayed. See also here: JasonEtco/build-and-tag-action#18 (comment)
1 parent e63ab54 commit e2f2950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/glob-patterns.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { Arguments } from './types';
44

55
const templates: Record<string, string[]> = {
66
'composite-action': ['action.{yml,yaml}', 'LICENSE'],
7-
'javascript-action': ['action.{yml,yaml}', 'dist/**', 'LICENSE'],
7+
'javascript-action': ['action.{yml,yaml}', 'dist/**', 'LICENSE', 'README{,.md}'],
88
};
99

1010
const extractNames = (input: string) =>

0 commit comments

Comments
 (0)