Attempt at fixing NPM login
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
registry-url: https://git.jvalver.de/api/packages/thilawyn/npm
|
||||
registry-url: https://git.jvalver.de/api/packages/thilawyn/npm/
|
||||
scope: "@thilawyn"
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
"name": "@thilawyn/thilalib",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"publishConfig": {
|
||||
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
||||
},
|
||||
"files": [
|
||||
"./dist"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user