Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thunder-coding committed Dec 28, 2022
1 parent 6251deb commit d3539a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.0.0] - 2022-12-28
- Use Node.js 18
- Added `skip_of_no_glob_match` input paramater. Setting this to true will supress error when no files are to be uploaded when no file matches the glob.
- `browser_download_url` has now been replaced with `browser_download_urls` which is now an array of uploaded files.
- Dependency updates (as usual)

## [3.0.3] - 2022-04-24
- Update all npm dependencies
- Use yarn as a package manager
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
echo "RELEASE_BODY=$r" >> $GITHUB_OUTPUT # <--- Set environment variable
- name: Upload Binaries to Release
uses: termux/upload-release-action@v3.0.3
uses: termux/upload-release-action@v4.0.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upload-release-action",
"version": "3.0.3",
"version": "4.0.0",
"private": true,
"description": "Upload files to a GitHub release",
"main": "lib/main.js",
Expand Down

0 comments on commit d3539a0

Please sign in to comment.