Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Merge pull request #404 from animate1978/4_0_dev_branch #11

Merge pull request #404 from animate1978/4_0_dev_branch

Merge pull request #404 from animate1978/4_0_dev_branch #11

name: Release Management
on:
push:
branches:
- master
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- name: Create release draft
uses: toolmantim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}