mirror of
				https://github.com/easingthemes/ssh-deploy.git
				synced 2025-10-30 23:30:09 +08:00 
			
		
		
		
	Merge pull request #54 from easingthemes/feature/package-json-automation
fix: semantic-release/npm update config
This commit is contained in:
		
						commit
						09342ca039
					
				| @ -9,7 +9,9 @@ | |||||||
|         "changelogFile": "docs/CHANGELOG.md" |         "changelogFile": "docs/CHANGELOG.md" | ||||||
|       } |       } | ||||||
|     ], |     ], | ||||||
|     "@semantic-release/npm", |     ["@semantic-release/npm", { | ||||||
|  |       "npmPublish": false | ||||||
|  |     }], | ||||||
|     [ |     [ | ||||||
|       "@semantic-release/git", |       "@semantic-release/git", | ||||||
|       { |       { | ||||||
|  | |||||||
| @ -1,7 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "ssh-deploy", |   "name": "ssh-deploy", | ||||||
|   "version": "2.1.9", |   "version": "2.1.9", | ||||||
|   "private": true, |  | ||||||
|   "description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to 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", |   "main": "src/index.js", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Dragan Filipović
						Dragan Filipović