Skip to content

Bump com.github.johnrengelman.shadow from 8.1.0 to 8.1.1 (#17) #12

Bump com.github.johnrengelman.shadow from 8.1.0 to 8.1.1 (#17)

Bump com.github.johnrengelman.shadow from 8.1.0 to 8.1.1 (#17) #12

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 }}