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 5a2012f commit c518c18Copy full SHA for c518c18
README.md
@@ -5,3 +5,11 @@
5
6
An example project to show how to create release using GitHub Actions and PHP
7
PHAR.
8
+
9
+Use this example if you have the following workflow:
10
11
+1. Creating a tag `git tag ...` && `git push --tags` should create a GitHub
12
+ Release from this tag
13
+2. You can use the web interface to manually create a GitHub Release
14
+3. When creating a GitHub Release (1 or 2 from above), the artifact should be
15
+ attached to release
0 commit comments