Skip to content

Commit acb4f29

Browse files
author
Bastian Schwarz
committed
Use versions in release branch for now
1 parent cd85a70 commit acb4f29

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/self_prepareRelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77

88
jobs:
99
calculate_next_version:
10-
uses: codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@main
10+
uses: codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@release
1111
draft_release:
1212
needs: calculate_next_version
13-
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@main
13+
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@release
1414
with:
1515
version: ${{ needs.calculate_next_version.outputs.version }}
1616
update_changelog:
17-
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@main
17+
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@release
1818
needs: calculate_next_version
1919
with:
2020
ref: ${{github.ref_name}}

.github/workflows/self_updateReleaseVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
update_release_versions:
10-
uses: codenamephp/workflows.common/.github/workflows/updateReleaseVersions.yml@main
10+
uses: codenamephp/workflows.common/.github/workflows/updateReleaseVersions.yml@release
1111
with:
1212
version: ${{ github.event.release.tag_name }}
1313
release_ref: ${{ github.event.release.target_commitish }}

0 commit comments

Comments
 (0)