diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 6d03338..612eaaa 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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 }} \ No newline at end of file diff --git a/package.json b/package.json index 980c2b6..a20017a 100644 --- a/package.json +++ b/package.json @@ -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",