Skip to content

Commit

Permalink
ci: add release-please action
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Aug 31, 2023
1 parent 6d213f7 commit 883a407
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 883a407

Please sign in to comment.