Perform release against version from branch

This commit is contained in:
Artem Bilan
2023-11-15 18:19:04 -05:00
parent 121b8b231c
commit 59c1400213
5 changed files with 56 additions and 9 deletions

View File

@@ -2,17 +2,13 @@ name: Release
on:
workflow_dispatch:
inputs:
releaseVersion:
description: 'Release version like 3.0.0-M1, 3.1.0-RC1, 3.2.0 etc.'
required: true
type: string
run-name: Release current version for branch ${{ github.ref_name }}
jobs:
release:
uses: spring-projects/spring-integration-aws/.github/workflows/spring-artifactory-release.yml@main
uses: spring-projects/spring-integration-aws/.github/workflows/spring-release-for-branch.yml@main
with:
releaseVersion: ${{ inputs.releaseVersion }}
buildToolArgs: dist
repositoryTeam: artembilan,garyrussell
secrets: inherit