Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 7bc0a37

Browse files
committed
fix: add extra plugin
1 parent 83398fe commit 7bc0a37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Semantic Release
1919
id: semantic
2020
uses: cycjimmy/semantic-release-action@v2
21+
with:
22+
extra_plugins: |
23+
@semantic-release/exec
2124
- name: Echo next version
2225
run: echo CAOS_NEXT_VERSION
2326
- name: Docker Login

0 commit comments

Comments
 (0)