Skip to content

Fix github workflows #2

Fix github workflows

Fix github workflows #2

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