We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a169499 commit 1f44168Copy full SHA for 1f44168
1 file changed
.github/workflows/tag-release.yml
@@ -95,9 +95,11 @@ jobs:
95
96
# shellcheck disable=SC2086
97
npm install --global $dependencies
98
+ echo "Copying semantic-release config and templates for use in the workflow"
99
cp release.config.cjs ../
100
mkdir -p ../releaseNotesTemplates
101
cp releaseNotesTemplates/commit.hbs ../releaseNotesTemplates/
102
+ echo "Current dir is ${PWD}"
103
- name: Clone calling repo
104
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
105
with:
@@ -129,6 +131,7 @@ jobs:
129
131
run-id: ${{ inputs.extra_artifact_run_id }}
130
132
- name: Copy semantic release config,
133
run: |
134
135
cp ../release.config.cjs .
136
mkdir -p releaseNotesTemplates
137
cp ../releaseNotesTemplates/commit.hbs releaseNotesTemplates/
0 commit comments