Skip to content

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

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

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

---
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@a2d8d683f209466ee8c695cd994ae2cf08b1642d # v4.0.1
with:
token: ${{ secrets.AMP_RELEASER_TOKEN }}