Skip to content

More validation and error handling #7

More validation and error handling

More validation and error handling #7

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