Skip to content

Commit a4478d5

Browse files
authored
Fix release and modify package.json (#16)
1 parent eafa293 commit a4478d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
npm version $NEW_VERSION --no-git-tag-version
3333
git config user.name "github-actions[bot]"
3434
git config user.email "github-actions[bot]@users.noreply.github.com"
35-
git add package.json package-lock.json
35+
git add package.json
3636
git commit -m "chore: bump version to $NEW_VERSION"
3737
3838
- name: Update Major and Minor Tags

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "fly-action",
2+
"name": "@jfrog/fly-action",
33
"version": "1.0.0",
44
"description": "GitHub Action to setup Fly CLI",
55
"main": "lib/index.js",
@@ -49,8 +49,8 @@
4949
"action",
5050
"fly"
5151
],
52-
"author": "Your Name",
53-
"license": "MIT",
52+
"author": "JFrog",
53+
"license": "Apache-2.0",
5454
"bugs": {
5555
"url": "https://github.com/jfrog/fly-action/issues"
5656
},

0 commit comments

Comments
 (0)