Skip to content

Bump org.glassfish.jaxb:jaxb-runtime from 4.0.2 to 4.0.3 #92

Bump org.glassfish.jaxb:jaxb-runtime from 4.0.2 to 4.0.3

Bump org.glassfish.jaxb:jaxb-runtime from 4.0.2 to 4.0.3 #92

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
inputs:
tags:
description: 'Update release notes'
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}