Skip to content

Add GitHub action to release on tag push #1

Add GitHub action to release on tag push

Add GitHub action to release on tag push #1

Triggered via push November 9, 2023 07:13
Status Failure
Total duration 1m 1s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build: src/app/components/Chat/ChatMessageCard.tsx#L58
No overload matches this call.
build: src/app/components/Chat/ChatMessageList.tsx#L17
Type 'Element' is not assignable to type 'ReactNode'.
build: src/app/components/Markdown/index.tsx#L33
No overload matches this call.
build: src/app/main.tsx#L11
Argument of type 'Element' is not assignable to parameter of type 'ReactNode'.
build: src/app/router.tsx#L1
Module '"@tanstack/react-router"' has no exported member 'ReactRouter'.
build: src/app/sidepanel.tsx#L44
Argument of type 'Element' is not assignable to parameter of type 'ReactNode'.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/