Skip to content

Commit e309e91

Browse files
Merge branch 'latest' into dependabot/github_actions/latest/actions-bcc958eb63
2 parents 48643bd + 4568413 commit e309e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-stage-2_build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
id: release_version
8888
with:
8989
scheme: semver
90-
increment: patch
90+
increment: ${{ inputs.release_increment }}
9191

9292
build_packages:
9393
name: Build Packages for (${{ matrix.name }}) v${{ needs.generate_version.outputs.version || needs.generate_stable_version.outputs.version }}

0 commit comments

Comments
 (0)