This commit is contained in:
Sven-Hendrik Haase 2023-01-09 02:49:49 +01:00
parent c2e0608dc4
commit 2728235f7d
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## [2.4.0] - 2023-01-09
- Update to node 16
- Bump most dependencies
## [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)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "upload-release-action",
"version": "2.3.0",
"version": "2.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "upload-release-action",
"version": "2.3.0",
"version": "2.4.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View File

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