Skip to content

Commit

Permalink
Merge pull request #2 from TzviPM/v1_0_1
Browse files Browse the repository at this point in the history
🐛 fix(action): Set php-version as input in action.yml
  • Loading branch information
TzviPM authored Oct 27, 2023
2 parents bc168f1 + 297c043 commit c3c409d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1] - 2023-10-27

### Fixed
- Set `php-version` as an input in `action.yml` (#2).

## [1.0.0] - 2023-10-27

This was the initial release of `laravel-deploy`.

[unreleased]: https://github.com/TzviPM/laravel-deploy/compare/v1.0.0...HEAD
[unreleased]: https://github.com/TzviPM/laravel-deploy/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/TzviPM/laravel-deploy/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/TzviPM/laravel-deploy/releases/tag/v1.0.0
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ inputs:
project:
description: Friendly name to prefix projects in Envoyer.
required: false
php-version:
description: The php version to use for the envoyer server.
required: true
github-token:
description: GitHub token to create an authenticated Octokit client.
required: false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-deploy",
"version": "1.0.0",
"version": "1.0.1",
"description": "A GitHub Action to create on-demand preview environments for Laravel apps.",
"author": "Tzvi Melamed (TzviPM)",
"private": true,
Expand Down

0 comments on commit c3c409d

Please sign in to comment.