Skip to content

fix(ci): merge publish into auto-tag workflow to avoid GITHUB_TOKEN e… #24

fix(ci): merge publish into auto-tag workflow to avoid GITHUB_TOKEN e…

fix(ci): merge publish into auto-tag workflow to avoid GITHUB_TOKEN e… #24

---
name: Release Drafter
on:
push:
branches: [main]
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: write
pull-requests: write
jobs:
update-release-draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}