File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ See [.github/workflows/examples.yml](.github/workflows/examples.yml) for more de
26
26
27
27
## Acknowledgements
28
28
29
- ### Inspired by GitHub Script
29
+ ### Inspired by [ GitHub Script][github-script]
30
30
31
31
This Elixir Script action is based on the amazing [GitHub Script action][github-script],
32
32
which is primarily built around Javascript.
@@ -37,8 +37,10 @@ Many thanks to the creators and contributors of GitHub Script.
37
37
## Releasing
38
38
39
39
New release are automatically created when ` .pkgx.yaml`'s `VERSION` key is incremented. The release must then be edited,
40
- ensuring the Marketplace update is enabled, and then re-save. This is a built-in limitation of GitHub releases that
41
- prevents Marketplace releases from being automated.
40
+ enable the "_Publish this Action to the GitHub Marketplace_" option, and then then re-save the release.
41
+
42
+ (This is a built-in limitation of GitHub releases
43
+ that prevents Marketplace releases from being automated)
42
44
43
45
[github-script] : https://github.com/marketplace/actions/github-script
44
46
You can’t perform that action at this time.
0 commit comments