Skip to content

Merge pull request #26 from depot/dependabot/github_actions/actions/p… #45

Merge pull request #26 from depot/dependabot/github_actions/actions/p…

Merge pull request #26 from depot/dependabot/github_actions/actions/p… #45

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