pddpd

Results 3 issues of pddpd

### PR includes - [x] fixed #0 - [x] add / modify test cases - [ ] documents, demos ATT. - `isOrdinal` should accept `string` type. - Add defensive codes...

bug

Supports exporting to data types in `FrameData`. That is, the data formats that are allowed to be input are also allowed to be output.

feat

当 release types 为 published 时,支持发布和预发布时触发事件。假如一个新仓库仅有 prerelease 记录,且设置 `enable_prerelease` 为 true 时。 ``` release: types: - published enable_prerelease: true ``` 会抛出 Not Found 错误。 在 action 中报错如下图 ![image](https://user-images.githubusercontent.com/15177000/162969943-a69b0514-7767-4475-a90e-bccd9665cf5e.png) URL 请求返回报错如下图...