Merge pull request #50 from easingthemes/feature/release-npm-update

fix: add package json auto updates
main
Dragan Filipović 2021-05-27 23:07:30 +02:00 committed by GitHub
commit 3cfa1cdc25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -1,6 +1,7 @@
{
"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": {