Skip to content

Commit db5ceca

Browse files
committed
.
1 parent ed19862 commit db5ceca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-on-tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,20 @@ jobs:
6969
- name: Rename broadcastjs/bundle.js into bbundle.js
7070
run: mv bundle.js bbundle.js
7171
working-directory: ${{ github.workspace }}/AppModulePicker
72-
- name: Update PCF control version with ${{ github.ref }}
72+
- name: Update PCF control version with ${{ github.ref_name }}
7373
uses: Mudlet/[email protected]
7474
with:
7575
args: >-
7676
ed -L --update "/manifest/control/@version"
7777
-v "${{ steps.gitversion.outputs.majorMinorPatch }}"
78-
${{ github.workspace }}/AppModulePicker/ControlManifest.xml
78+
AppModulePicker/ControlManifest.xml
7979
- name: Update Solution.xml Version with semver
8080
uses: Mudlet/[email protected]
8181
with:
8282
args: >-
8383
ed -L --update "/ImportExportXml/SolutionManifest/Version"
8484
-v "${{ steps.gitversion.outputs.assemblySemVer }}"
85-
${{ github.workspace }}/src/broadcast-solution/Other/Solution.xml
85+
src/broadcast-solution/Other/Solution.xml
8686
- name: delete bundle.js from the solution directory
8787
run: |
8888
rm src/broadcast-solution/Controls/fdn_Broadcast.AppModulePicker/bundle.js

0 commit comments

Comments
 (0)