Skip to content

Commit 3355c06

Browse files
Fixed parameter for reused workflow
Signed-off-by: Bastian Schwarz <bastian@codename-php.de>
1 parent 357b8bc commit 3355c06

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
needs: calculate_next_version
1919
with:
2020
ref: ${{github.ref_name}}
21-
future_release: ${{ needs.calculate_next_version.outputs.version }}
22-
release_branch: 'release'
21+
future-release: ${{ needs.calculate_next_version.outputs.version }}
22+
release-branch: 'release'

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212

1313
Easiest way is via composer. Just run `composer require codenamephp/deployer.npm` in your cli which should install the latest version for you.
1414

15-
## Usage
15+
## Usage
16+

0 commit comments

Comments
 (0)