We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0942f4e + cc0a16c commit cf5c8deCopy full SHA for cf5c8de
1 file changed
.github/workflows/main-on-merge.yaml
@@ -70,6 +70,7 @@ jobs:
70
env:
71
CHANGELOG_PREFIX_LIST: "feature|feat|fix|bugfix|bug"
72
73
+ # Determine if the tag already exists (created by patch merge)
74
- name: "Check Release Exists"
75
id: check_exists
76
run: |
0 commit comments