Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 6fb78f5

Browse files
authored
chore: fix ci
1 parent 4efa74f commit 6fb78f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ jobs:
114114
- name: Release 🎉
115115
uses: cycjimmy/semantic-release-action@v2
116116
with:
117-
extends: @semantic-release/apm-config
117+
extends: |
118+
@semantic-release/apm-config
118119
env:
119120
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120121
ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)