Skip to content

Bump actions/checkout from 4.0.0 to 4.1.0 (#41) #37

Bump actions/checkout from 4.0.0 to 4.1.0 (#41)

Bump actions/checkout from 4.0.0 to 4.1.0 (#41) #37

Workflow file for this run

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