Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
tush-tr committed May 25, 2023
1 parent ca87243 commit fdf27c6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Node.js Package
name: Node.js Package publish

on:
push
release:
types: [published]

jobs:
publish-npm:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vmdeploy",
"version": "1.1.0",
"version": "1.1.1",
"description": "A GitOps Continuous Delivery Tool for VMs.",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -22,6 +22,6 @@
"simple-git": "^3.18.0"
},
"bin": {
"vmdeploy": "index.js"
"vmdeploy": "src/index.js"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fdf27c6

Please sign in to comment.