Skip to content

Commit

Permalink
chore: add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Mar 28, 2024
1 parent 8eb668d commit 1226ae3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/releaseWithCoreBundle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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
with:
branch: ${{ inputs.branch }}

0 comments on commit 1226ae3

Please sign in to comment.