We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8bf60 commit 08177cfCopy full SHA for 08177cf
1 file changed
.github/workflows/prepare-release.yml
@@ -12,11 +12,4 @@ jobs:
12
needs: calculate_next_version
13
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@1
14
with:
15
- version: ${{ needs.calculate_next_version.outputs.version }}
16
- update_changelog:
17
- uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
18
- needs: calculate_next_version
19
- with:
20
- ref: ${{github.ref_name}}
21
- future-release: ${{ needs.calculate_next_version.outputs.version }}
22
- release-branch: 'release'
+ version: ${{ needs.calculate_next_version.outputs.version }}
0 commit comments