Commit Graph

3 Commits

Author SHA1 Message Date
Harikrishnan Balagopal
14e1242349
feat!: add support for uploading to release drafts
When we try to get a release by tag, it doesn't
return release drafts. In order to get release
drafts we need to list the releases using a token
that has write access on the repo.

Also added tests for the same.

BREAKING CHANGE: Changed behaviour to not create
a new release. Only upload to existing releases.
Also updated the action inputs to reflect the same.

Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
2020-12-09 17:12:43 +05:30
Sven-Hendrik Haase
11f6e3b5af
Start syncing with upstream actions/typescript-action 2020-07-02 07:03:27 +02:00
Sven-Hendrik Haase
337dba3e32 Initial commit 2019-08-22 02:17:46 +00:00