https://github.com/sergeyklay/gh-actions-php-phar-create-release-example
An example project to show how to create release using GitHub Actions and PHP PHAR
https://github.com/sergeyklay/gh-actions-php-phar-create-release-example
actions github-actions github-automation github-release hacktoberfest phar php php-examples release
Last synced: 12 months ago
JSON representation
An example project to show how to create release using GitHub Actions and PHP PHAR
- Host: GitHub
- URL: https://github.com/sergeyklay/gh-actions-php-phar-create-release-example
- Owner: sergeyklay
- License: mit
- Created: 2020-04-26T09:31:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T15:43:28.000Z (almost 6 years ago)
- Last Synced: 2025-02-03T06:37:54.904Z (about 1 year ago)
- Topics: actions, github-actions, github-automation, github-release, hacktoberfest, phar, php, php-examples, release
- Language: PHP
- Homepage:
- Size: 57.6 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PPCRE (PHP PHAR Create Release Example)
[![Build Status][build badge]][actions link]
[![Release Status][release badge]][actions link]
An example project to show how to create release using GitHub Actions and PHP
PHAR.
Use this example if you have the following workflow:
1. Creating a tag `git tag ...` && `git push --tags` should create a GitHub
Release from this tag
2. You can use the web interface to manually create a GitHub Release
3. When creating a GitHub Release (1 or 2 from above), the artifact should be
attached to release
[build badge]: https://github.com/sergeyklay/gh-actions-php-phar-create-release-example/workflows/build/badge.svg
[release badge]: https://github.com/sergeyklay/gh-actions-php-phar-create-release-example/workflows/release/badge.svg
[actions link]: https://github.com/sergeyklay/gh-actions-php-phar-create-release-example/actions