Skip to content

Bump @babel/traverse from 7.22.11 to 7.23.2 #29

Bump @babel/traverse from 7.22.11 to 7.23.2

Bump @babel/traverse from 7.22.11 to 7.23.2 #29

name: Release Drafter
on:
pull_request:
types: [closed]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Required due to the weg Git works, without it this action won't be able to find any or the correct tags
ref: main
- name: Automatic release
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}