Skip to content

ci: update actions and change python matrix #87

ci: update actions and change python matrix

ci: update actions and change python matrix #87

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