This commit is contained in:
@@ -27,10 +27,10 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Publish to NPM
|
# - name: Publish to NPM
|
||||||
run: npm publish --access public
|
# run: npm publish --access public
|
||||||
env:
|
# env:
|
||||||
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 --registry=https://git.fjla.uk
|
run: npm publish --registry=https://git.fjla.uk
|
||||||
|
|||||||
Reference in New Issue
Block a user