feat: add semantic-release-action

This commit is contained in:
Dragan Filipovic 2021-05-27 22:56:27 +02:00
parent a0be893c82
commit ac3c9b51d5
8 changed files with 153 additions and 52 deletions

View file

@ -1,7 +1,7 @@
{
"name": "ssh-deploy",
"version": "2.1.9",
"description": "This GitHub Action deploys specific directory from `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.",
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
"main": "src/index.js",
"dependencies": {
"command-exists": "1.2.9",
@ -29,7 +29,7 @@
"rsync"
],
"author": "Dragan Filipovic",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/easingthemes/ssh-deploy/issues"
},