Skip to content

Bump toolmantim/release-drafter from 5.25.0 to 6.0.0 (#801) #426

Bump toolmantim/release-drafter from 5.25.0 to 6.0.0 (#801)

Bump toolmantim/release-drafter from 5.25.0 to 6.0.0 (#801) #426

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@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}