File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 3030 solution-file : artifactlocation/broadcast_solution.zip
3131 solution-type : Unmanaged
3232 buildBroadCastJs :
33- uses : ./github/workflows/templates/buildjs.yml
33+ uses : ./. github/workflows/templates/buildjs.yml
3434 with :
3535 projectdirectory : ${{ env.broadcastjsWorkingDirectory }}
3636 componentName : broadcastjs
Original file line number Diff line number Diff line change 1+ name : Create Release on Tag
2+
3+ on :
4+ push :
5+ # Sequence of patterns matched against refs/tags
6+ tags :
7+ - ' v*' # Push events to matching v*, i.e. v1.0, v20.15.10
8+
9+
10+ env :
11+ pcfWorkkingDirectory : ' src/broadcast-pcf/appmodulepicker'
12+ broadcastjsWorkingDirectory : ' src/broadcast-typescript'
13+ solutionDirectory : ' src/broadcast-solution'
14+ artifactlocation : ' ${{ github.workspace }}/dist'
15+ jobs :
16+
17+
18+
You can’t perform that action at this time.
0 commit comments