fix: Changed scope of repo to still allow pulling from main node repos
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 19s

This commit is contained in:
2025-09-15 16:30:47 +01:00
parent 0cf2ed7e20
commit 08716277eb

View File

@@ -16,6 +16,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'
registry-url: 'https://git.luke-else.co.uk/api/packages/luke-else/npm/'
scope: '@luke-else'
- uses: pnpm/action-setup@v3
name: Install pnpm
@@ -29,4 +31,4 @@ jobs:
- name: Publish to Gitea Packages
env:
NODE_AUTH_TOKEN: ${{ secrets.CONTAINER_REGISTRY_PASSKEY }}
run: npm publish --registry https://git.luke-else.co.uk/api/packages/luke-else/npm/
run: pnpm publish