This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
registry-url: "https://git.fjla.uk/api/packages/npm/"
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
@@ -33,6 +33,6 @@ jobs:
|
||||
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Publish to Gitea Repo
|
||||
run: npm publish
|
||||
run: npm publish --registry=https://git.fjla.uk
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.REPO_TOKEN }}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "owlboard-ts",
|
||||
"name": "@owlboard/owlboard-ts",
|
||||
"version": "3.0.0",
|
||||
"description": "TypeScript API Library to interact with the OwlBoard API (> v3.0.0)",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user