We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecde84 commit 815e458Copy full SHA for 815e458
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.1.11
2
+
3
+- better error message on release create failed [#143](https://github.com/softprops/action-gh-release/pull/143)
4
## 0.1.10
5
6
- fixed error message formatting for file uploads
package.json
@@ -1,6 +1,6 @@
{
"name": "action-gh-release",
- "version": "0.1.10",
+ "version": "0.1.11",
"private": true,
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",
0 commit comments