Skip to content

Commit

Permalink
fix: updated to add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Mar 7, 2021
1 parent 5edece7 commit f5838b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f5838b7

Please sign in to comment.