Skip to content

Raised the release CI job's Java version to 17 as this is the min req… #88

Raised the release CI job's Java version to 17 as this is the min req…

Raised the release CI job's Java version to 17 as this is the min req… #88

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
name: next
tag: next
version: next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}