Skip to content

Bump actions/checkout from 4.1.6 to 4.1.7 (#256) #22

Bump actions/checkout from 4.1.6 to 4.1.7 (#256)

Bump actions/checkout from 4.1.6 to 4.1.7 (#256) #22

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