Skip to content

publish source-deploy-retrieve-bundle #3

publish source-deploy-retrieve-bundle

publish source-deploy-retrieve-bundle #3

name: publish source-deploy-retrieve-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 }}