Skip to content

build(deps): bump the github-actions group with 3 updates (#301) #169

build(deps): bump the github-actions group with 3 updates (#301)

build(deps): bump the github-actions group with 3 updates (#301) #169

---
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@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0
id: release
with:
token: ${{ secrets.AUTOMATIC_RELEASE_TOKEN }}