Skip to content

Commit 606f2cf

Browse files
committed
use different path
1 parent c9a6731 commit 606f2cf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/tag-release.yml

Lines changed: 9 additions & 9 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: common_workflow_config
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 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

0 commit comments

Comments
 (0)