Skip to content

feat: extend I2C for stm32wba family (#324) #181

feat: extend I2C for stm32wba family (#324)

feat: extend I2C for stm32wba family (#324) #181

---
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: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1
id: release
with:
token: ${{ secrets.AUTOMATIC_RELEASE_TOKEN }}