Skip to content

Commit 0cd325f

Browse files
authored
fix release (#120)
1 parent a2849c6 commit 0cd325f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,5 @@ jobs:
6868
- name: Release Assets
6969
run: make release
7070

71-
- name: Sync Readme to Dockerhub
72-
run: make sync-readme-to-dockerhub
73-
7471
- name: Sync to Homebrew
7572
run: make homebrew-sync

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ homebrew-sync:
105105

106106
build: compile
107107

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

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

0 commit comments

Comments
 (0)