Skip to content

Commit 81c65b7

Browse files
author
Yair Morgenstern
committed
2.11.2
1 parent b89a939 commit 81c65b7

File tree

3 files changed

+70
-67
lines changed

3 files changed

+70
-67
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [2.11.2] - 2025-07-06
4+
- Solved race-condition when matrix builds try to create the same release at the same time - [#147](https://github.com/svenstaro/upload-release-action/pull/147)
5+
36
## [2.11.1] - 2025-06-30
47
- Adds a `release_id` output, and optional input, for uploading files to release - [#136](https://github.com/svenstaro/upload-release-action/pull/136) (thanks @alexis-opolka)
58

package-lock.json

Lines changed: 66 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upload-release-action",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"private": true,
55
"description": "Upload files to a GitHub release",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)