Skip to content

Commit 561e956

Browse files
committed
debug
1 parent 694e4cf commit 561e956

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/tag-release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,12 @@ jobs:
125125
github-token: ${{ secrets.GITHUB_TOKEN }}
126126
repository: ${{ inputs.extra_artifact_repository }}
127127
run-id: ${{ inputs.extra_artifact_run_id }}
128-
- name: Copy semantic release config
128+
- name: Copy semantic release config,
129129
run: |
130-
cp "${GITHUB_WORKSPACE}/common_workflow_config/release.config.cjs" .
131-
mkdir -p releaseNotesTemplates
132-
cp "${GITHUB_WORKSPACE}/common_workflow_config/releaseNotesTemplates/commit.hbs" releaseNotesTemplates/
130+
ls common_workflow_config
131+
cp common_workflow_config/release.config.cjs .
132+
mkdir -p releaseNotesTemplates
133+
cp common_workflow_config/releaseNotesTemplates/commit.hbs releaseNotesTemplates/
133134
134135
- name: Set VERSION_TAG based on dry_run flag
135136
id: output_version_tag

0 commit comments

Comments
 (0)