Skip to content

Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 (#23) #90

Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 (#23)

Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 (#23) #90

name: Auto Release
on:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}