Skip to content

👷 Update github actions #319

👷 Update github actions

👷 Update github actions #319

Workflow file for this run

name: Changelog
on:
push:
branches: [master]
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}