This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ plugins:
8
8
- preset: conventionalcommits
9
9
- - "@semantic-release/github"
10
10
- assets:
11
- - path: ../bin/out/bin/ asyncapi-event-gateway.darwin.amd64
11
+ - path: ../bin/out/asyncapi-event-gateway.darwin.amd64
12
12
label: Binary - Darwin AMD64
13
- - path: ../bin/out/bin/ asyncapi-event-gateway.linux.amd64
13
+ - path: ../bin/out/asyncapi-event-gateway.linux.amd64
14
14
label: Binary - Linux AMD64
15
- - path: ../bin/out/bin/ asyncapi-event-gateway.windows.amd64.exe
15
+ - path: ../bin/out/asyncapi-event-gateway.windows.amd64.exe
16
16
label: Binary - Windows AMD64
17
17
- - "@semantic-release-plus/docker"
18
18
- name: asyncapi/event-gateway
Original file line number Diff line number Diff line change 48
48
with :
49
49
node-version : 14
50
50
- run : docker build --tag asyncapi/event-gateway .
51
- - name : Add plugin for conventional commits
52
- run : npm install conventional-changelog-conventionalcommits
51
+ - name : Add plugin for conventional commits and docker image push
52
+ run : npm install conventional-changelog-conventionalcommits @semantic-release-plus/docker
53
53
working-directory : ./.github/workflows
54
54
- name : Release to GitHub
55
55
working-directory : ./.github/workflows
You can’t perform that action at this time.
0 commit comments