This commit is contained in:
Sven-Hendrik Haase 2022-06-05 19:04:28 +02:00
parent c2b649c57e
commit 133984371c
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## [2.3.0] - 2022-06-05
- Now defaults `repo_token` to `${{ github.token }}` and `tag` to `${{ github.ref }}` [#69](https://github.com/svenstaro/upload-release-action/pull/69) (thanks @leighmcculloch)
## [2.2.1] - 2020-12-16
- Added support for the GitHub pagination API for repositories with many releases [#36](https://github.com/svenstaro/upload-release-action/pull/36) (thanks @djpohly)

View File

@ -1,6 +1,6 @@
{
"name": "upload-release-action",
"version": "2.2.1",
"version": "2.3.0",
"private": true,
"description": "Upload files to a GitHub release",
"main": "lib/main.js",