Skip to content

Commit 387d95e

Browse files
Fixed parameters for release changelog
1 parent 6de8ac6 commit 387d95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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'

0 commit comments

Comments
 (0)