Skip to content

Commit 62c96d0

Browse files
committed
release 2.3.4
Signed-off-by: Rui Chen <[email protected]>
1 parent 7dc9b8a commit 62c96d0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.3.4
2+
3+
## What's Changed
4+
5+
### Bug fixes 🐛
6+
7+
* fix(action): handle 422 already_exists race condition by @stephenway in https://github.com/softprops/action-gh-release/pull/665
8+
9+
### Other Changes 🔄
10+
11+
- dependency updates
12+
113
## 2.3.3
214

315
## What's Changed

package-lock.json

Lines changed: 2 additions & 2 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": "action-gh-release",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"private": true,
55
"description": "GitHub Action for creating GitHub Releases",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)