Skip to content

Commit 208f3e3

Browse files
committed
.
1 parent b6bbcb7 commit 208f3e3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/workflows/ci-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+

0 commit comments

Comments
 (0)