diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 00000000..e85ea120 --- /dev/null +++ b/.github/workflows/release-please.yml @@ -0,0 +1,15 @@ +name: Release Please + +on: + workflow_dispatch: + push: + branches: [ "main" ] + +permissions: + contents: write + pull-requests: write + +jobs: + call: + uses: opiproject/opi-smbios-bridge/.github/workflows/release-please.yml@main + secrets: inherit