Compare commits
3 Commits
releases/v
...
v0.1.3
Author | SHA1 | Date | |
---|---|---|---|
6247f9299a | |||
5d578441a6 | |||
42a316b84f |
@ -1,6 +1,6 @@
|
||||
## 0.1.3
|
||||
|
||||
* Fixed where `with: body-path` was not being used in generated GitHub releases
|
||||
* Fixed where `with: body_path` was not being used in generated GitHub releases
|
||||
|
||||
## 0.1.2
|
||||
|
||||
|
25
README.md
25
README.md
@ -1,9 +1,28 @@
|
||||
|
||||
# action gh-release [](https://github.com/softprops/action-gh-release/actions)
|
||||
<div align="center">
|
||||
📦 :octocat:
|
||||
</div>
|
||||
<h1 align="center">
|
||||
action gh-release
|
||||
</h1>
|
||||
|
||||
> A GitHub Action for creating GitHub Releases on Linux, Windows, and OSX virtual environments
|
||||
<p align="center">
|
||||
A GitHub Action for creating GitHub Releases on Linux, Windows, and OSX virtual environments
|
||||
</p>
|
||||
|
||||
<div align="center">
|
||||
<img src="demo.png"/>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
<a href="https://github.com/softprops/action-gh-release/actions">
|
||||
<img src="https://github.com/softprops/action-gh-release/workflows/Main/badge.svg"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<br />
|
||||
|
||||

|
||||
|
||||
|
||||
> **⚠️ Note:** To use this action, you must have access to the [GitHub Actions](https://github.com/features/actions) feature. GitHub Actions are currently only available in public beta. You can [apply for the GitHub Actions beta here](https://github.com/features/actions/signup/).
|
||||
|
@ -6,7 +6,7 @@ inputs:
|
||||
body:
|
||||
description: 'Note-worthy description of changes in release'
|
||||
required: false
|
||||
body-path:
|
||||
body_path:
|
||||
description: 'Path to load note-worthy description of changes in release from'
|
||||
required: false
|
||||
name:
|
||||
|
Reference in New Issue
Block a user