2 parents ed3434d + 12928b1 commit 3740341Copy full SHA for 3740341
1 file changed
.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
31
minor_pattern: "^feat(\\(.+\\))?:"
32
version_format: "${major}.${minor}.${patch}"
33
bump_each_commit: "true"
34
+ debug: "true"
35
- name: Create and push tag
36
run: |
37
VERSION="${{ steps.semver.outputs.version }}"
0 commit comments