Skip to content

Commit 3fd7aaa

Browse files
author
Val Brodsky
committed
Integrate lbox with the publish workflow
1 parent 9dec03f commit 3fd7aaa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/lbox-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: LBox Publish
22

33
on:
4-
workflow_dispatch:
4+
workflow_call:
55
inputs:
66
tag:
77
description: 'Release Tag'
88
required: true
9+
type: string
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ permissions:
2323
id-token: write
2424

2525
jobs:
26+
build-lbox:
27+
uses: ./.github/workflows/lbox-publish.yml
28+
with:
29+
tag: ${{ inputs.tag }}
2630
build:
2731
runs-on: ubuntu-latest
2832
outputs:

0 commit comments

Comments
 (0)