Skip to content

Commit cb8a0e6

Browse files
committed
fix path
1 parent dd2de8b commit cb8a0e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tag-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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

0 commit comments

Comments
 (0)