Skip to content

publish templates-bundle #5

publish templates-bundle

publish templates-bundle #5

name: publish templates-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 }}