Skip to content

Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#24) #91

Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#24)

Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#24) #91

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