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