Skip to content

Commit 7ec3562

Browse files
committed
fix(actions): Fix create release action
1 parent 28f91ef commit 7ec3562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types:
66
- closed
77
branches:
8-
- master
8+
- main
99

1010
jobs:
1111
create-repository-release:

.github/workflows/remove_unnecessary_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types:
66
- closed
77
branches:
8-
- master
8+
- main
99

1010
jobs:
1111
remove-unnecessary-tag:

0 commit comments

Comments
 (0)