Skip to content

Commit

Permalink
ci: add workflow to publish source-tracking-bundle (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx authored Apr 5, 2024
1 parent 73d6391 commit 4852617
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/releaseWithCoreBundle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: publish source-tracking-bundle
on:
workflow_dispatch:
inputs:
branch:
description: 'Set the branch to use for release'
type: string
required: false
default: 'main'

jobs:
call-release-workflow:
uses: forcedotcom/bundle-publish-scripts/.github/workflows/releaseWithCoreBundle.yml@main
secrets: inherit
with:
branch: ${{ inputs.branch }}

0 comments on commit 4852617

Please sign in to comment.