We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4179b58 commit ed19862Copy full SHA for ed19862
.github/workflows/release-on-tag.yml
@@ -67,7 +67,7 @@ jobs:
67
name: AppModulePicker
68
path: '${{ github.workspace }}/AppModulePicker'
69
- name: Rename broadcastjs/bundle.js into bbundle.js
70
- run: bundle.js bbundle.js
+ run: mv bundle.js bbundle.js
71
working-directory: ${{ github.workspace }}/AppModulePicker
72
- name: Update PCF control version with ${{ github.ref }}
73
uses: Mudlet/[email protected]
0 commit comments