Skip to content

Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#21) #88

Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#21)

Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#21) #88

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