Skip to content

Support Dry Run & No Github Issues Interaction if repo doesn't use is… #422

Support Dry Run & No Github Issues Interaction if repo doesn't use is…

Support Dry Run & No Github Issues Interaction if repo doesn't use is… #422

Workflow file for this run

name: Release Draft
on:
workflow_dispatch:
push:
branches:
- main
release:
types: [published]
permissions:
contents: write
jobs:
release_draft:
runs-on: ubuntu-latest
steps:
- name: Release Draft
uses: crs-k/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"