Removed git checks for in pipeline
Some checks failed
Publish to Gitea Packages / publish (push) Failing after 46s

This commit is contained in:
2025-06-29 13:49:47 +01:00
parent 4ccf63179f
commit e8910d3de0
2 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,4 @@ jobs:
- name: Publish to Gitea registry - name: Publish to Gitea registry
run: | run: |
pnpm config set registry https://git.luke-else.co.uk/api/packages/luke-else/npm/ pnpm config set registry https://git.luke-else.co.uk/api/packages/luke-else/npm/
echo "//git.luke-else.co.uk/api/packages/luke-else/npm/:_authToken=${{ secrets.CONTAINER_REGISTRY_PASSKEY }}" >> ~/.npmrc
pnpm publish pnpm publish

1
.npmrc
View File

@ -1 +1,2 @@
engine-strict=true engine-strict=true
git-checks=false