Skip to content

ci: fix Dependabot Docker updates (#274) #152

ci: fix Dependabot Docker updates (#274)

ci: fix Dependabot Docker updates (#274) #152

---
name: Create Release
on:
workflow_dispatch:
push:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
release_please:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
id: release
with:
token: ${{ secrets.AUTOMATIC_RELEASE_TOKEN }}