You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **⚠️ 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
7
8
## 🤸 Usage
8
9
@@ -36,7 +37,7 @@ jobs:
36
37
### ⬆️ Uploading release assets
37
38
38
39
You can can configure a number of options for your
39
-
GitHub release and all are optional.
40
+
GitHub release and all are optional.
40
41
41
42
A common case for GitHub releases is to upload your binary after its been validated and packaged.
42
43
Use the `with.files` input to declare a comma-separated list of glob expressions matching the files
@@ -71,7 +72,7 @@ jobs:
71
72
### 📝 External release notes
72
73
73
74
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
75
76
of using any changelog generator for your releases, including a human 👩💻
0 commit comments