Skip to content

Fix cache issue with the build workflow (#810) #106

Fix cache issue with the build workflow (#810)

Fix cache issue with the build workflow (#810) #106

name: release draft
on:
push:
branches:
- master
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}