diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01c3da51..ce99ed1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: if [ -f Gopkg.toml ]; then curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure - fi + fi npm install npm install @semantic-release/exec -D npx semantic-release --dry-run @@ -77,7 +77,7 @@ jobs: if [ -f Gopkg.toml ]; then curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure - fi + fi npm install npm install @semantic-release/exec -D npx semantic-release --dry-run @@ -119,7 +119,7 @@ jobs: if [ -f Gopkg.toml ]; then curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure - fi + fi npm install npm install @semantic-release/exec -D npx semantic-release --dry-run @@ -161,7 +161,7 @@ jobs: if [ -f Gopkg.toml ]; then curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure - fi + fi npm install npm install @semantic-release/exec -D npx semantic-release --dry-run @@ -208,7 +208,7 @@ jobs: if [ -f Gopkg.toml ]; then curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure - fi + fi npm install npm install @semantic-release/exec -D npx semantic-release --dry-run