Skip to content

Commit bac1393

Browse files
committed
debug
1 parent 53eab07 commit bac1393

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tag-release-devcontainer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ jobs:
131131
cp release.config.cjs ../
132132
mkdir -p ../releaseNotesTemplates
133133
cp releaseNotesTemplates/commit.hbs ../releaseNotesTemplates/
134-
cp -r packages/ ../packages/
134+
cp -r packages/semantic_release_jira ../packages/
135135
echo "Current dir is ${PWD}"
136+
ls ../packages/
136137
- name: Setup Git branch for semantic-release
137138
run: |
138139
# When running from a PR, GitHub checks out a merge commit

0 commit comments

Comments
 (0)