Skip to content

publish apex-node-bundle #3

publish apex-node-bundle

publish apex-node-bundle #3

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