Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
ci: install missing package and fix wrong binaries path on .releaserc…
Browse files Browse the repository at this point in the history
… file (#69)

* ci: fix wrong binaries path on .releaserc file

* ci: install missing @semantic-release-plus/docker package
  • Loading branch information
smoya authored Oct 27, 2021
1 parent 2ff9bc9 commit a5f040c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ plugins:
- preset: conventionalcommits
- - "@semantic-release/github"
- assets:
- path: ../bin/out/bin/asyncapi-event-gateway.darwin.amd64
- path: ../bin/out/asyncapi-event-gateway.darwin.amd64
label: Binary - Darwin AMD64
- path: ../bin/out/bin/asyncapi-event-gateway.linux.amd64
- path: ../bin/out/asyncapi-event-gateway.linux.amd64
label: Binary - Linux AMD64
- path: ../bin/out/bin/asyncapi-event-gateway.windows.amd64.exe
- path: ../bin/out/asyncapi-event-gateway.windows.amd64.exe
label: Binary - Windows AMD64
- - "@semantic-release-plus/docker"
- name: asyncapi/event-gateway
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
with:
node-version: 14
- run: docker build --tag asyncapi/event-gateway .
- name: Add plugin for conventional commits
run: npm install conventional-changelog-conventionalcommits
- name: Add plugin for conventional commits and docker image push
run: npm install conventional-changelog-conventionalcommits @semantic-release-plus/docker
working-directory: ./.github/workflows
- name: Release to GitHub
working-directory: ./.github/workflows
Expand Down

0 comments on commit a5f040c

Please sign in to comment.