Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

fixed release workflow #3

fixed release workflow

fixed release workflow #3

Workflow file for this run

name: Draft
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
draft:
permissions:
contents: write
pull-requests: write
name: Draft
runs-on: ubuntu-latest
steps:
- name: Draft Release
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}