Skip to content

Publish new version to NPM #17

Publish new version to NPM

Publish new version to NPM #17

Manually triggered November 20, 2024 13:29
Status Success
Total duration 2m 55s
Artifacts

release-npm-version.yml

on: workflow_dispatch
build_and_release
2m 23s
build_and_release
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
fabiankaegy
approved Nov 20, 2024
Production

Annotations

10 errors
build_and_release: api/register-block-extension/index.tsx#L56
Property 'join' does not exist on type 'string | string[]'.
build_and_release: components/color-settings/index.tsx#L93
Type '(color: string) => void' is not assignable to type '(newColor?: string | undefined, index?: number | undefined) => void'.
build_and_release: components/repeater/index.js#L1
Module '"@wordpress/block-editor"' has no exported member 'useBlockEditContext'.
build_and_release: components/repeater/index.js#L39
Type 'null' is not assignable to type 'Function'.
build_and_release: components/repeater/index.js#L39
Type 'null' is not assignable to type 'Function'.
build_and_release: components/repeater/index.js#L79
Generic type 'Array<T>' requires 1 type argument(s).
build_and_release: components/repeater/index.js#L80
Generic type 'Array<T>' requires 1 type argument(s).
build_and_release: components/repeater/index.js#L85
Type 'null' is not assignable to type 'string'.
build_and_release: components/repeater/index.js#L98
Parameter 'event' implicitly has an 'any' type.
build_and_release: components/repeater/index.js#L102
Parameter 'items' implicitly has an 'any' type.