fix: remove redundant FileHandle.close()

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2025-06-10 18:07:30 -04:00
parent f3cad8bcbf
commit 6d62ca09e3
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
3 changed files with 4 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "action-gh-release",
"version": "2.2.2",
"version": "2.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "action-gh-release",
"version": "2.2.2",
"version": "2.3.1",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",