Publish package #53
publish.yml
on: workflow_dispatch
publish_package
34s
Annotations
6 errors
publish_package:
src/bot.ts#L236
Object literal may only specify known properties, and 'method' does not exist in type 'Omit<FetchRequestInit, "headers"> & { headers: Headers; }'.
|
publish_package:
src/bot.ts#L260
Property 'body' does not exist on type 'Omit<FetchRequestInit, "headers"> & { headers: Headers; }'.
|
publish_package:
src/bot.ts#L260
Cannot find name 'FormData'.
|
publish_package:
src/bot.ts#L262
Property 'set' does not exist on type 'Headers'.
|
publish_package:
src/bot.ts#L264
Property 'body' does not exist on type 'Omit<FetchRequestInit, "headers"> & { headers: Headers; }'.
|
publish_package
Process completed with exit code 2.
|