Cleanup
This commit is contained in:
@@ -15,8 +15,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
# registry-url: https://git.jvalver.de/api/packages/thilawyn/npm/
|
||||
# scope: "@thilawyn"
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
@@ -25,9 +23,6 @@ jobs:
|
||||
run: npm run build
|
||||
- name: Publish
|
||||
run: |
|
||||
echo ${{ vars.NODE_AUTH_TOKEN }}
|
||||
npm config set @thilawyn:registry https://git.jvalver.de/api/packages/thilawyn/npm/
|
||||
npm config set -- //git.jvalver.de/api/packages/thilawyn/npm/:_authToken "${{ vars.NODE_AUTH_TOKEN }}"
|
||||
npm publish
|
||||
# env:
|
||||
# NODE_AUTH_TOKEN: ${{ vars.NODE_AUTH_TOKEN }}
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
"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