Skip to content

Commit fee6a24

Browse files
authored
ci: use semantic_version 16
1 parent e2a4c25 commit fee6a24

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ jobs:
8787
with:
8888
extends: |
8989
@semantic-release/apm-config
90-
branches: |
91-
[ main ]
90+
semantic_version: 16
91+
branches: |
92+
[
93+
'master'
94+
]
9295
env:
9396
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9497
ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)