diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 5294d18..011e1e2 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -27,10 +27,10 @@ jobs: - name: Build run: npm run build - - name: Publish to NPM - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: Publish to NPM + # run: npm publish --access public + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Publish to Gitea Repo run: npm publish --registry=https://git.fjla.uk