Merge pull request #54 from easingthemes/feature/package-json-automation

fix: semantic-release/npm update config
main
Dragan Filipović 2021-05-27 23:40:02 +02:00 committed by GitHub
commit 09342ca039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,9 @@
"changelogFile": "docs/CHANGELOG.md"
}
],
"@semantic-release/npm",
["@semantic-release/npm", {
"npmPublish": false
}],
[
"@semantic-release/git",
{

View File

@ -1,7 +1,6 @@
{
"name": "ssh-deploy",
"version": "2.1.9",
"private": true,
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
"main": "src/index.js",
"dependencies": {