Skip to content

Release 0.23.0.CR1

Release 0.23.0.CR1 #13

Workflow file for this run

name: Quarkiverse Prepare Release
on:
pull_request:
types: [ closed ]
paths:
- '.github/project.yml'
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
with:
java_version: 23 # use 23 so we can support running the Llama3 module on anything 21+
secrets: inherit