We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbb2ed commit 3553cb4Copy full SHA for 3553cb4
1 file changed
.github/workflows/tag-release.yml
@@ -133,6 +133,8 @@ jobs:
133
- name: Set VERSION_TAG based on dry_run flag
134
id: output_version_tag
135
run: |
136
+ ls release.config.cjs
137
+ ls releaseNotesTemplates
138
if [ "${{ inputs.dry_run }}" = "true" ]; then
139
# Determine semantic-release command based on branch
140
if [ "${BRANCH_NAME}" = "${MAIN_BRANCH}" ]; then
0 commit comments