Skip to content

Bump actions/checkout from 3 to 4 (#792) #418

Bump actions/checkout from 3 to 4 (#792)

Bump actions/checkout from 3 to 4 (#792) #418

Workflow file for this run

name: Release Notes
on:
push:
branches:
- main
jobs:
update_draft_release:
if: github.repository == 'larq/compute-engine'
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}