Commit Graph

18 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
e74ff71f7d
Prepare 2.2.0 2020-10-07 18:46:11 +02:00
dependabot[bot]
24b1cacbb1
Bump @actions/core from 1.2.4 to 1.2.6
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 17:17:42 +00:00
Sven-Hendrik Haase
4ce0a13e83
This is 2.1.1 2020-09-25 05:40:59 +02:00
Sven-Hendrik Haase
ec0ba8651f
2.1.0 2020-08-10 05:21:17 +02:00
Sven-Hendrik Haase
c0f4101399
Prepare release 2.0.0 2020-07-03 08:57:20 +02:00
Sven-Hendrik Haase
e6466806bd
Revert "Fix entrypoint in package.json"
This reverts commit 95b7f6102f.
2020-07-03 03:53:12 +02:00
Sven-Hendrik Haase
95b7f6102f
Fix entrypoint in package.json 2020-07-03 03:50:58 +02:00
Sven-Hendrik Haase
bf98c4413f
Add auto-versioning and better CI 2020-07-03 03:01:50 +02:00
Sven-Hendrik Haase
08e809b7ae
Add tons of Typescript strictness 2020-07-02 09:43:38 +02:00
Sven-Hendrik Haase
f4d050cb90
Update deps 2020-07-02 07:55:34 +02:00
Sven-Hendrik Haase
a09c67074f
Finish syncing with upstream 2020-07-02 07:03:27 +02:00
Sven-Hendrik Haase
11f6e3b5af
Start syncing with upstream actions/typescript-action 2020-07-02 07:03:27 +02:00
Sandi Chakravarty
cb3a639a0c
add support for file_glob 2019-10-08 14:12:02 -07:00
Sven-Hendrik Haase
dba641ace8 Update deps and set version to 1.0.1 2019-09-04 22:50:03 +02:00
Sven-Hendrik Haase
8fdb52ddd8 This is 1.0.0 2019-08-23 04:40:11 +02:00
Sven-Hendrik Haase
b46ad433fe Initial version of action 2019-08-23 04:19:07 +02:00
Sven-Hendrik Haase
337dba3e32 Initial commit 2019-08-22 02:17:46 +00:00