Skip to content

Commit ea1498d

Browse files
author
Nir Galon
committed
ci: fix gpr publish workflow
1 parent 9804f3e commit ea1498d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
node-version: 12
4343
registry-url: https://npm.pkg.github.com/
44+
scope: '@nirgn975'
4445
- run: npm ci
4546
- run: npm publish
4647
env:

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@
8585
"prettier"
8686
]
8787
},
88-
"repository": "nirgn975/generator-jekyll-starter-kit",
88+
"repository": {
89+
"type": "git",
90+
"url": "https://github.com/nirgn975/generator-jekyll-starter-kit.git"
91+
},
8992
"license": "ISC",
9093
"husky": {
9194
"hooks": {

0 commit comments

Comments
 (0)