Skip to content

Commit

Permalink
fix release (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 authored Mar 19, 2022
1 parent a2849c6 commit 0cd325f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,5 @@ jobs:
- name: Release Assets
run: make release

- name: Sync Readme to Dockerhub
run: make sync-readme-to-dockerhub

- name: Sync to Homebrew
run: make homebrew-sync
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ homebrew-sync:

build: compile

release: build-binaries build-docker-images push-docker-images upload-resources-to-github
release: build-binaries upload-resources-to-github

test: spellcheck shellcheck unit-test license-test e2e-test output-validation-test readme-codeblock-test

Expand Down

0 comments on commit 0cd325f

Please sign in to comment.