Skip to content

GitHub Actions: Add back publish major tag workflow (#61) #49

GitHub Actions: Add back publish major tag workflow (#61)

GitHub Actions: Add back publish major tag workflow (#61) #49

name: Release Drafter
on:
push:
branches:
- main
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
release-drafter:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1