Skip to content

Commit

Permalink
Update releaseBundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored May 29, 2024
1 parent a5dd8d6 commit 6bc6920
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/releaseBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ on:
jobs:
call-release-workflow:
if: ${{ inputs.branch || github.event_name == 'workflow_run' }}
uses: CristiCanizales/bundle-publish-scripts/.github/workflows/releaseWithCoreBundle.yml@main
secrets: inherit
with:
branch: ${{ inputs.branch || 'main'}}
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'}}

0 comments on commit 6bc6920

Please sign in to comment.