Skip to content

deps(deps): bump cmake from 3.27.7 to 3.27.9 in /.devcontainer (#227) #176

deps(deps): bump cmake from 3.27.7 to 3.27.9 in /.devcontainer (#227)

deps(deps): bump cmake from 3.27.7 to 3.27.9 in /.devcontainer (#227) #176

---
name: Create Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@a6d1fd9854c8c40688a72f7e4b072a1e965860a0 # v4.0.0
with:
command: manifest
token: ${{ secrets.AMP_RELEASER_TOKEN }}