Skip to content

Merge pull request #136 from rasg-affiliates/pre-commit-ci-update-config #37

Merge pull request #136 from rasg-affiliates/pre-commit-ci-update-config

Merge pull request #136 from rasg-affiliates/pre-commit-ci-update-config #37

Workflow file for this run

name: Update Draft Release
on:
push:
branches: main
jobs:
draft-release:
name: Update Draft Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Publish the release notes
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}