Skip to content

Release

Release #4

Workflow file for this run

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
jobs:
release:
uses: spring-projects/spring-integration-aws/.github/workflows/spring-artifactory-release.yml@main

Check failure on line 13 in .github/workflows/release.yml

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 13, Col: 11): Error from called workflow spring-projects/spring-integration-aws/.github/workflows/spring-artifactory-release.yml@main (Line: 50, Col: 13): Job 'finalize' depends on unknown job 'promote_milestone'. In .github/workflows/release.yml (Line: 13, Col: 11): Error from called workflow spring-projects/spring-integration-aws/.github/workflows/spring-artifactory-release.yml@main (Line: 50, Col: 32): Job 'finalize' depends on unknown job 'promote_ga'.
with:
releaseVersion: ${{ inputs.releaseVersion }}
repositoryTeam: artembilan,garyrussell
secrets: inherit