Skip to content

ci(build-kernel): Use checkout@v3 action #6

ci(build-kernel): Use checkout@v3 action

ci(build-kernel): Use checkout@v3 action #6

---
name: release-please
on:
workflow_dispatch:
push:
branches:
- main
permissions:
pull-requests: write
contents: write
packages: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Run release-please
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.ORG_GITHUB_TOKEN }}