Skip to content

chore(deps): bump google-github-actions/release-please-action from 3.… #175

chore(deps): bump google-github-actions/release-please-action from 3.…

chore(deps): bump google-github-actions/release-please-action from 3.… #175

---
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 }}