File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = {
6
6
[
7
7
'@semantic-release/exec' ,
8
8
{
9
- prepareCmd : 'sed -i \'\' \' s/"version": ".*"/"version": "${nextRelease.version}"/g\' package.json; sed -i \'\' \'s/VERSION = ".*"/VERSION = "${nextRelease.version}"/g\' lib/forest_liana/version.rb;' ,
9
+ prepareCmd : 'sed -i \'s/"version": ".*"/"version": "${nextRelease.version}"/g\' package.json; sed -i \'s/VERSION = ".*"/VERSION = "${nextRelease.version}"/g\' lib/forest_liana/version.rb;' ,
10
10
successCmd : 'touch .trigger-rubygem-release' ,
11
11
} ,
12
12
] ,
Original file line number Diff line number Diff line change 25
25
- RAILS_ENV=test bundle exec rake db:migrate && bundle exec rspec --color --format doc
26
26
- stage : Build & Publish
27
27
if : branch = master AND type != pull_request
28
- script : yarn && npx semantic-release
28
+ language : node_js
29
+ node_js : lts/*
30
+ before_install :
31
+ - nvm install lts/*
32
+ - npm install
33
+ script : npx semantic-release
29
34
deploy :
30
35
provider : rubygems
31
36
api_key : $RUBYGEMS_TOKEN
You can’t perform that action at this time.
0 commit comments