Skip to content

Fix github-dependency-graph action to refer to morphir-jvm (#157) #3

Fix github-dependency-graph action to refer to morphir-jvm (#157)

Fix github-dependency-graph action to refer to morphir-jvm (#157) #3

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