Skip to content

Fix the manifest check for the build workflow (#131) #277

Fix the manifest check for the build workflow (#131)

Fix the manifest check for the build workflow (#131) #277

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
if: github.repository == 'testcontainers/moby-ryuk'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@fe52e97d262833ae07d05efaf1a239df3f1b5cd4 # v5.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}