Skip to content

build: Remove double 2.13 publish (#1852) #360

build: Remove double 2.13 publish (#1852)

build: Remove double 2.13 publish (#1852) #360

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches: [ main ]
permissions:
contents: read
jobs:
update_release_draft:
runs-on: ubuntu-22.04
if: github.repository == 'akka/akka-grpc'
permissions:
contents: write
steps:
# Drafts your next Release notes as Pull Requests are merged
# https://github.com/release-drafter/release-drafter/releases
# v5.21.1
- uses: release-drafter/release-drafter@6df64e4ba4842c203c604c1f45246c5863410adb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}