Skip to content

Release

Release #6

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

View workflow run for this annotation

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: 36, Col: 18): Unrecognized named-value: 'env'. Located at position 1 within expression: env.JFROG_CLI_BUILD_NAME 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: 37, Col: 20): Unrecognized named-value: 'env'. Located at position 1 within expression: env.JFROG_CLI_BUILD_NUMBER
with:
releaseVersion: ${{ inputs.releaseVersion }}
repositoryTeam: artembilan,garyrussell
secrets: inherit