Skip to content

Update testWithCoreBundle.yml #3

Update testWithCoreBundle.yml

Update testWithCoreBundle.yml #3

Workflow file for this run

name: publish apex-node-bundle
on:
workflow_run:
workflows:
- manual release
types:
- completed
workflow_dispatch:
inputs:
branch:
description: 'Set the branch to use for release'
type: string
required: false
default: 'main'
jobs:
call-release-workflow:
if: ${{ inputs.branch || github.event_name == 'workflow_run' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}
- uses: CristiCanizales/bundle-publish-scripts/.github/workflows/releaseWithCoreBundle.yml@main
with:
branch: ${{ inputs.branch || 'main'}}