Skip to content

Commit

Permalink
ci: remove release dependency on build
Browse files Browse the repository at this point in the history
  • Loading branch information
edeckers committed Mar 28, 2022
1 parent a59a9eb commit 42e6fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ help:
lint: build
bin/run-lint

release: build
release:
bin/run-release

run: build
Expand Down
3 changes: 2 additions & 1 deletion bin/run-release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

function cd_to_root_directory () {
cd `dirname ${0}`/../../
cd `dirname ${0}`/../
}

function publish_semantic_release () {
Expand All @@ -27,4 +27,5 @@ function build_dist () {

cd_to_root_directory

build_dist
publish_semantic_release

0 comments on commit 42e6fe2

Please sign in to comment.