Skip to content

Commit 9a608da

Browse files
committed
beta note
1 parent 2dfad92 commit 9a608da

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

22
# action gh-release [![](https://github.com/softprops/action-gh-release/workflows/Main/badge.svg)](https://github.com/softprops/action-gh-release/actions)
33

4+
> A GitHub Action for creating GitHub Releases
45
5-
A GitHub Action for creating GitHub Releases
6+
> **⚠️ 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/).
67
78
## 🤸 Usage
89

@@ -36,7 +37,7 @@ jobs:
3637
### ⬆️ Uploading release assets
3738
3839
You can can configure a number of options for your
39-
GitHub release and all are optional.
40+
GitHub release and all are optional.
4041
4142
A common case for GitHub releases is to upload your binary after its been validated and packaged.
4243
Use the `with.files` input to declare a comma-separated list of glob expressions matching the files
@@ -71,7 +72,7 @@ jobs:
7172
### 📝 External release notes
7273

7374
Many systems exist that can help generate release notes for you. This action supports
74-
loading release notes from a path in your repository's build to allow for the flexibility
75+
loading release notes from a path in your repository's build to allow for the flexibility
7576
of using any changelog generator for your releases, including a human 👩‍💻
7677

7778
```yaml

0 commit comments

Comments
 (0)