Skip to content

Commit 4852617

Browse files
ci: add workflow to publish source-tracking-bundle (#560)
1 parent 73d6391 commit 4852617

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: publish source-tracking-bundle
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
branch:
6+
description: 'Set the branch to use for release'
7+
type: string
8+
required: false
9+
default: 'main'
10+
11+
jobs:
12+
call-release-workflow:
13+
uses: forcedotcom/bundle-publish-scripts/.github/workflows/releaseWithCoreBundle.yml@main
14+
secrets: inherit
15+
with:
16+
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)