Skip to content

Commit

Permalink
Fixed missing jsr.json in release diff targets default
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen committed Nov 24, 2024
1 parent 936447e commit b5402af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
diff-targets:
description: 'Diff Targets'
required: false
default: '{index.*,src/**/*,package.json,tsconfig.json,README.md,LICENSE}'
default: '{index.*,src/**/*,package.json,jsr.json,tsconfig.json,README.md,LICENSE}'
type: string
dry-run:
description: 'Dry run'
Expand Down

0 comments on commit b5402af

Please sign in to comment.