File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments