Skip to content

Bump eifinger/actionlint-action from 1.8.0 to 1.9.0 (#39) #14

Bump eifinger/actionlint-action from 1.8.0 to 1.9.0 (#39)

Bump eifinger/actionlint-action from 1.8.0 to 1.9.0 (#39) #14

---
name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}