Skip to content

Commit 3553cb4

Browse files
committed
debug
1 parent 2fbb2ed commit 3553cb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tag-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
- name: Set VERSION_TAG based on dry_run flag
134134
id: output_version_tag
135135
run: |
136+
ls release.config.cjs
137+
ls releaseNotesTemplates
136138
if [ "${{ inputs.dry_run }}" = "true" ]; then
137139
# Determine semantic-release command based on branch
138140
if [ "${BRANCH_NAME}" = "${MAIN_BRANCH}" ]; then

0 commit comments

Comments
 (0)