Skip to content

Commit

Permalink
Update releaseWithCoreBundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored May 30, 2024
1 parent 1d82714 commit cb11b82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/releaseWithCoreBundle.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: publish apex-node-bundle
on:
workflow_run:
workflows:
- version, tag and github release
types:
- completed
workflow_dispatch:
inputs:
branch:
Expand All @@ -10,7 +15,8 @@ on:

jobs:
call-release-workflow:
if: ${{ inputs.branch || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success')}}
uses: forcedotcom/bundle-publish-scripts/.github/workflows/releaseWithCoreBundle.yml@main
secrets: inherit
with:
branch: ${{ inputs.branch }}
branch: ${{ inputs.branch || 'main'}}

0 comments on commit cb11b82

Please sign in to comment.