Skip to content

Commit

Permalink
fix(CI): Fix build environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Nov 15, 2020
1 parent 034c050 commit da77a9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.DS_Store
/.dockerignore
/Dockerfile
/node_modules/
/dist/test/
/release.config.js
/.eslintrc.json
/doc
/.idea/
/.github
/.nyc_output
/test-result
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const plugins = [
}
}],
['@semantic-release/exec', {
'prepareCmd': 'BRANCH=${options.branch} ./build.sh'
'prepareCmd': './build.sh'
}],
['@semantic-release/changelog', {
'changelogFile': 'CHANGELOG.md'
Expand Down

0 comments on commit da77a9c

Please sign in to comment.