Compare commits
2 Commits
3cc14b32c7
...
ddbcfcdc1d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddbcfcdc1d | ||
|
|
07ff9a9da2 |
@@ -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
|
||||
@@ -24,8 +24,6 @@ jobs:
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Publish
|
||||
run: |
|
||||
npm adduser
|
||||
npm publish
|
||||
run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
@@ -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