Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Merge pull request #269 from alexmay48/alexmay48/java17-update #80

Merge pull request #269 from alexmay48/alexmay48/java17-update

Merge pull request #269 from alexmay48/alexmay48/java17-update #80

Workflow file for this run

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