Skip to content

Commit

Permalink
ci: fixes semantic-release call
Browse files Browse the repository at this point in the history
  • Loading branch information
npenin committed Jul 21, 2021
1 parent f1eb4bc commit f87edb9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Compile
run: yarn tsc -b packages
- name: Publish
run: semantic-release
run: yarn semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
19 changes: 19 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3745,6 +3745,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^4.28.1
"@typescript-eslint/parser": ^4.28.1
commitizen: ^4.2.4
cz-conventional-changelog: ^3.3.0
eslint: ^7.30.0
lerna: ^4.0.0
semantic-release: ^17.4.4
Expand Down Expand Up @@ -5364,6 +5365,24 @@ __metadata:
languageName: node
linkType: hard

"cz-conventional-changelog@npm:^3.3.0":
version: 3.3.0
resolution: "cz-conventional-changelog@npm:3.3.0"
dependencies:
"@commitlint/load": ">6.1.1"
chalk: ^2.4.1
commitizen: ^4.0.3
conventional-commit-types: ^3.0.0
lodash.map: ^4.5.1
longest: ^2.0.1
word-wrap: ^1.0.3
dependenciesMeta:
"@commitlint/load":
optional: true
checksum: aa696ecb99ecb667d6d73bac40f5966eb53dd7e2fcd85d4254cec1ae041fd6c3579c4447a382668c607433ec6540a590154603bf0062062e9e10aa48066cc75d
languageName: node
linkType: hard

"dargs@npm:^7.0.0":
version: 7.0.0
resolution: "dargs@npm:7.0.0"
Expand Down

0 comments on commit f87edb9

Please sign in to comment.