Skip to content

Commit 64c48ba

Browse files
authored
Fix release CI (#42)
1 parent 8144cae commit 64c48ba

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
release:
5-
types: published
5+
types: [published]
66
jobs:
77
release:
88
runs-on: ubuntu-latest
@@ -11,9 +11,9 @@ jobs:
1111
- name: Setup NodeJS
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: '18'
15-
registry-url: 'https://registry.npmjs.org'
16-
scope: '@jfrog'
14+
node-version: '18'
15+
registry-url: 'https://registry.npmjs.org'
16+
1717
- name: Install
1818
run: npm i
1919
- name: Update version

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "nuget-deps-tree",
3-
"version": "0.4.0",
3+
"version": "0.4.2",
44
"description": "NuGet dependency tree generator",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/jfrog/nuget-deps-tree",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/jfrog/nuget-deps-tree"
9+
"url": "git+https://github.com/jfrog/nuget-deps-tree.git"
1010
},
1111
"bugs": {
1212
"url": "https://github.com/jfrog/nuget-deps-tree/issues"

0 commit comments

Comments
 (0)