Skip to content

Trigger release 3.16.0 #1

Trigger release 3.16.0

Trigger release 3.16.0 #1

Workflow file for this run

name: Quarkiverse Prepare Release
on:
pull_request:
types: [ closed ]
paths:
- '.github/project.yml'
env:
JAVA_VERSION: 17
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
prepare-release:
name: Prepare Release
if: ${{ github.event.pull_request.merged == true}}
uses: quarkiverse/.github/.github/workflows/prepare-release.yml@main
secrets: inherit
with:
java_version: ${{ env.JAVA_VERSION }}

Check failure on line 23 in .github/workflows/release-prepare.yml

View workflow run for this annotation

GitHub Actions / Quarkiverse Prepare Release

Invalid workflow file

The workflow is not valid. .github/workflows/release-prepare.yml (Line: 23, Col: 21): Unrecognized named-value: 'env'. Located at position 1 within expression: env.JAVA_VERSION