File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 with :
8181 repository : NHSDigital/eps-common-workflows
8282 sparse-checkout-cone-mode : false
83- path : common_workflow_config
83+ path : ../ common_workflow_config
8484 sparse-checkout : |
8585 package.json
8686 package-lock.json
8989 releaseNotesTemplates/commit.hbs
9090 - name : Install semantic release dependencies globally
9191 run : |
92- cd common_workflow_config
92+ cd ../ common_workflow_config
9393 dependencies="$(jq -r '.devDependencies | to_entries | map("\(.key)@\(.value)") | join(" ")' package.json)"
9494 echo "Installing: $dependencies"
9595
@@ -128,13 +128,13 @@ jobs:
128128 run-id : ${{ inputs.extra_artifact_run_id }}
129129 - name : Copy semantic release config,
130130 run : |
131- pwd
132- ls -lart
133- ls -lart ../
134- ls common_workflow_config
135- cp common_workflow_config/release.config.cjs .
136- mkdir -p releaseNotesTemplates
137- cp common_workflow_config/releaseNotesTemplates/commit.hbs releaseNotesTemplates/
131+ pwd
132+ ls -lart
133+ ls -lart ../
134+ ls ../ common_workflow_config
135+ cp ../ common_workflow_config/release.config.cjs .
136+ mkdir -p releaseNotesTemplates
137+ cp ../ common_workflow_config/releaseNotesTemplates/commit.hbs releaseNotesTemplates/
138138
139139 - name : Set VERSION_TAG based on dry_run flag
140140 id : output_version_tag
You can’t perform that action at this time.
0 commit comments