Update package name
Some checks failed
Publish Package / build-and-publish (push) Failing after 7s

This commit is contained in:
2026-03-18 21:06:06 +00:00
parent bf46067a0c
commit a77d661797
2 changed files with 3 additions and 3 deletions

View File

@@ -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 }}

View File

@@ -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",