We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ee0da commit 6cc764aCopy full SHA for 6cc764a
src/main.ts
@@ -61,6 +61,9 @@ async function run(): Promise<void> {
61
package_errors = package_errors.filter(
62
({kind}) => kind !== 'unable-to-get-commit-date'
63
)
64
+ package_errors = package_errors.filter(
65
+ ({kind}) => kind !== 'has-unpublished-changes'
66
+ )
67
}
68
69
if (package_errors.length > 0) {
0 commit comments