From 806e5ad9ebfd37c534e07a6268353105066939a6 Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:54:34 -0400 Subject: [PATCH] ci: add release-please action Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- .github/workflows/release-please.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/release-please.yml diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 0000000..e85ea12 --- /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