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 <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Aug 31, 2023
1 parent 48933d9 commit 4864899
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on:
workflow_dispatch:
release:
types: [published]

jobs:
call:
uses: ./.github/workflows/release-please.yml
secrets: inherit

0 comments on commit 4864899

Please sign in to comment.