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 : eps-common-workflows
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 eps-common-workflows
92+ cd common_workflow_config
9393 dependencies="$(jq -r '.devDependencies | to_entries | map("\(.key)@\(.value)") | join(" ")' package.json)"
9494 echo "Installing: $dependencies"
9595
@@ -127,9 +127,9 @@ jobs:
127127 run-id : ${{ inputs.extra_artifact_run_id }}
128128 - name : Copy semantic release config
129129 run : |
130- cp eps-common-workflows /release.config.cjs .
130+ cp ../common_workflow_config /release.config.cjs .
131131 mkdir -p releaseNotesTemplates
132- cp eps-common-workflows /releaseNotesTemplates/commit.hbs releaseNotesTemplates/
132+ cp ../common_workflow_config /releaseNotesTemplates/commit.hbs releaseNotesTemplates/
133133
134134 - name : Set VERSION_TAG based on dry_run flag
135135 id : output_version_tag
You can’t perform that action at this time.
0 commit comments