We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c2133 commit fb0163aCopy full SHA for fb0163a
CHANGELOG.md
@@ -1,7 +1,8 @@
1
-## 0.1.7 (unreleased)
+## 0.1.7
2
3
- allow creating draft releases without a tag [#95](https://github.com/softprops/action-gh-release/pull/95)
4
- Set default token for simpler setup [#83](https://github.com/softprops/action-gh-release/pull/83)
5
+- fix regression with action yml [#126](https://github.com/softprops/action-gh-release/pull/126)
6
7
## 0.1.6
8
package.json
@@ -1,6 +1,6 @@
{
"name": "action-gh-release",
- "version": "0.1.6",
+ "version": "0.1.7",
"private": true,
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",
0 commit comments