Skip to content

Fix tests by updating package name from gz_transport_py to gz_transport #6

Fix tests by updating package name from gz_transport_py to gz_transport

Fix tests by updating package name from gz_transport_py to gz_transport #6

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