Disable NPM Publishing
Some checks failed
Testing / run-tests (push) Has been cancelled

This commit is contained in:
2026-02-12 20:33:51 +00:00
parent cd2ce601c6
commit 4a809fa5c4

View File

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