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/OwlBoard/npm'
|
registry-url: 'https://git.fjla.uk/api/packages/owlboard/npm'
|
||||||
scope: '@OwlBoard'
|
scope: '@OwlBoard'
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
@@ -30,5 +30,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish to Gitea Repo
|
- name: Publish to Gitea Repo
|
||||||
run: |
|
run: |
|
||||||
npm config set //git.fjla.uk/api/packages/OwlBoard/npm/:_authToken ${{ secrets.REPO_TOKEN }}
|
npm config set //git.fjla.uk/api/packages/owlboard/npm/:_authToken ${{ secrets.REPO_TOKEN }}
|
||||||
npm publish --registry=https://git.fjla.uk
|
npm publish --registry=https://git.fjla.uk
|
||||||
Reference in New Issue
Block a user