Skip to content

⬆️ Bump aws-partitions from 1.1033.0 to 1.1034.0 (#2967) #2093

⬆️ Bump aws-partitions from 1.1033.0 to 1.1034.0 (#2967)

⬆️ Bump aws-partitions from 1.1033.0 to 1.1034.0 (#2967) #2093

name: Release Drafter
on:
push:
branches:
- master
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}