Skip to content

Revert "fix: Remove attributes in kitchen" (#13) #10

Revert "fix: Remove attributes in kitchen" (#13)

Revert "fix: Remove attributes in kitchen" (#13) #10

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}