Skip to content

Commit

Permalink
fix: add package json auto updates
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed May 27, 2021
1 parent 74b3a2a commit ce56d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"changelogFile": "docs/CHANGELOG.md"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ce56d75

Please sign in to comment.