mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 05:38:05 +00:00
Merge pull request #50 from easingthemes/feature/release-npm-update
fix: add package json auto updates
This commit is contained in:
commit
3cfa1cdc25
@ -9,6 +9,7 @@
|
||||
"changelogFile": "docs/CHANGELOG.md"
|
||||
}
|
||||
],
|
||||
"@semantic-release/npm",
|
||||
[
|
||||
"@semantic-release/git",
|
||||
{
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user