Skip to content

Commit 694e4cf

Browse files
committed
use workspace
1 parent cb8a0e6 commit 694e4cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tag-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ jobs:
127127
run-id: ${{ inputs.extra_artifact_run_id }}
128128
- name: Copy semantic release config
129129
run: |
130-
cp ../common_workflow_config/release.config.cjs .
130+
cp "${GITHUB_WORKSPACE}/common_workflow_config/release.config.cjs" .
131131
mkdir -p releaseNotesTemplates
132-
cp ../common_workflow_config/releaseNotesTemplates/commit.hbs releaseNotesTemplates/
132+
cp "${GITHUB_WORKSPACE}/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)