Skip to content

chore(): 4.0.5 (#2173) #1354

chore(): 4.0.5 (#2173)

chore(): 4.0.5 (#2173) #1354

name: Release Drafter
on:
push:
branches: [ main ]
permissions:
contents: write
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@569eb7ee3a85817ab916c8f8ff03a5bd96c9c83e # v5.23.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}