Skip to content

Commit 01f34cc

Browse files
author
Bastian Schwarz
committed
Only prepare relase on release branch since the rest should run in the queue
1 parent 0d23757 commit 01f34cc

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,4 @@ jobs:
1212
needs: calculate_next_version
1313
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@1
1414
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'
15+
version: ${{ needs.calculate_next_version.outputs.version }}

0 commit comments

Comments
 (0)